Flutter macOS Embedder
FlutterMenuPlugin_Internal.h
Go to the documentation of this file.
1 // Copyright 2013 The Flutter Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4 
6 
7 /**
8  * Internal methods used in testing.
9  */
10 @interface FlutterMenuPlugin ()
11 
12 // Handles method calls received from the framework.
13 - (void)handleMethodCall:(FlutterMethodCall*)call result:(FlutterResult)result;
14 
15 @end
FlutterMenuPlugin.h
FlutterMenuPlugin
Definition: FlutterMenuPlugin.h:17
FlutterMethodCall
Definition: FlutterCodecs.h:220
FlutterResult
void(^ FlutterResult)(id _Nullable result)
Definition: FlutterChannels.h:196