#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(), flutter::testing::TEST(), and flutter::testing::TEST_F().
|
readnonatomicassign |
The arguments.
Definition at line 238 of file FlutterCodecs.h.
|
readnonatomicassign |
The method name.
Definition at line 233 of file FlutterCodecs.h.