Home
last modified time | relevance | path

Searched defs:FlutterMethodChannel (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Headers/
DFlutterChannels.h153 @interface FlutterMethodChannel : NSObject variable
/third_party/flutter/flutter/dev/integration_tests/channels/ios/Runner/
DAppDelegate.m129 - (void)setupMethodCallSuccessHandshakeOnChannel:(FlutterMethodChannel*)channel { argument
/third_party/flutter/engine/flutter/shell/platform/darwin/macos/framework/Source/
DFlutterEngine.mm86 channel:(nonnull FlutterMethodChannel*)channel {
/third_party/flutter/engine/flutter/shell/platform/darwin/common/framework/Source/
DFlutterChannels.mm152 @implementation FlutterMethodChannel { implementation
/third_party/flutter/engine/flutter/shell/platform/darwin/ios/framework/Source/
DFlutterEngine.mm566 channel:(FlutterMethodChannel*)channel { argument