ThrioChannel class

Constructors

ThrioChannel({String channel = '__thrio_channel__'})
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

invokeListMethod<T>(String method, [Map<String, dynamic>? arguments]) Future<List<T>?>
invokeMapMethod<K, V>(String method, [Map<String, dynamic>? arguments]) Future<Map<K, V>?>
invokeMethod<T>(String method, [Map<String, dynamic>? arguments]) Future<T?>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onEventStream(String name) Stream<Map<String, dynamic>>
registryMethodCall(String method, MethodHandler handler) VoidCallback
sendEvent(String name, [Map<String, dynamic>? arguments]) → void
toString() String
A string representation of this object.
inherited

Operators

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