Flutter iOS 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 TEST().

Property Documentation

◆ arguments

◆ method


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