CloudChannelManager class

Constructors

CloudChannelManager()
factory

Properties

channel OptionalMethodChannel?
听筒
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bindMethods() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
send<R>(String action, {dynamic arguments}) Future<R?>
向native端发送并接收future回调 action 此次通信的标识符 arguments 此次通信数据 isBindCall 是否绑定回调设置
setMethodCall(List<String> methods, dynamic callMethod(dynamic arguments)) → void
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance CloudChannelManager
no setter