#import <FlutterCodecs.h>
Class Methods | |
(instancetype) | + methodCallWithMethodName:arguments: |
Properties | |
NSString * | method |
id | arguments |
Command object representing a method call on a FlutterMethodChannel
.
Definition at line 220 of file FlutterCodecs.h.
+ (instancetype) methodCallWithMethodName: | (NSString *) | method | |
arguments: | (id _Nullable) | arguments | |
Creates a method call for invoking the specified named method with the specified arguments.
method | the name of the method to call. |
arguments | the arguments value. |
Referenced by TEST().
|
readnonatomicassign |
The arguments.
Definition at line 238 of file FlutterCodecs.h.
Referenced by FlutterPlatformPlugin::handleMethodCall:result:, FlutterUndoManagerPlugin::handleMethodCall:result:, FlutterSpellCheckPlugin::handleMethodCall:result:, and FlutterTextInputPlugin::handleMethodCall:result:.
|
readnonatomicassign |
The method name.
Definition at line 233 of file FlutterCodecs.h.
Referenced by FlutterPlatformPlugin::handleMethodCall:result:, FlutterUndoManagerPlugin::handleMethodCall:result:, FlutterSpellCheckPlugin::handleMethodCall:result:, and FlutterTextInputPlugin::handleMethodCall:result:.