Flutter iOS Embedder
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
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 TEST().

Property Documentation

◆ arguments

- (id) arguments
readnonatomicassign

The arguments.

Definition at line 238 of file FlutterCodecs.h.

Referenced by FlutterSpellCheckPlugin::handleMethodCall:result:.

◆ method

- (NSString*) method
readnonatomicassign

The method name.

Definition at line 233 of file FlutterCodecs.h.

Referenced by FlutterSpellCheckPlugin::handleMethodCall:result:.


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