MPMethodChannel class

Inheritance

Constructors

MPMethodChannel(String name, [dynamic codec = const StandardMethodCodec(), BinaryMessenger? binaryMessenger])

Properties

binaryMessenger BinaryMessenger
The messenger which sends the bytes for this channel.
no setterinherited
channelName String?
getter/setter pair
codec MethodCodec
The message codec used by this channel, not null.
finalinherited
engine MPEngine?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
name String
The logical channel on which communication happens, not null.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

invokeListMethod<T>(String method, [dynamic arguments]) Future<List<T>?>
An implementation of invokeMethod that can return typed lists.
inherited
invokeMapMethod<K, V>(String method, [dynamic arguments]) Future<Map<K, V>?>
An implementation of invokeMethod that can return typed maps.
inherited
invokeMethod<T>(String method, [dynamic arguments]) Future<T?>
Invokes a method on this channel with the specified arguments.
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMethodCall(String method, dynamic params) Future?
setMethodCallHandler(Future handler(MethodCall call)?) → void
Sets a callback for receiving method calls on this channel.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited