Flutter macOS Embedder
FlutterMethodCall Class Reference

#import <FlutterCodecs.h>

Inheritance diagram for FlutterMethodCall:

Class Methods

(instancetype) + methodCallWithMethodName:arguments:
 

Properties

NSString * method
 
id arguments
 

Detailed Description

Command object representing a method call on a FlutterMethodChannel.

Definition at line 220 of file FlutterCodecs.h.

Method Documentation

◆ methodCallWithMethodName:arguments:

+ (instancetype) methodCallWithMethodName: (NSString *)  method
arguments: (id _Nullable)  arguments 

Creates a method call for invoking the specified named method with the specified arguments.

Parameters
methodthe name of the method to call.
argumentsthe arguments value.

Referenced by FlutterKeyboardManagerUnittestsObjC::keyboardChannelGetPressedState, TEST(), flutter::testing::TEST(), flutter::testing::TEST_F(), FlutterInputPluginTestObjc::testClearClientDuringComposing, and FlutterInputPluginTestObjc::testEmptyCompositionRange.

Property Documentation

◆ arguments

- (id) arguments
readnonatomicassign

The arguments.

Definition at line 238 of file FlutterCodecs.h.

◆ method

- (NSString*) method
readnonatomicassign

The method name.

Definition at line 233 of file FlutterCodecs.h.


The documentation for this class was generated from the following file: