IrisMethodChannel class

Constructors

IrisMethodChannel(PlatformBindingsProvider _nativeBindingsProvider)

Properties

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

Methods

addHotRestartListener(HotRestartListener listener) VoidCallback
dispose() Future<void>
getApiEngineHandle() int
getIrisMethodChannelInternal() IrisMethodChannelInternal
initilize(List<InitilizationArgProvider> args) Future<InitilizationResult?>
invokeMethod(IrisMethodCall methodCall) Future<CallApiResult>
invokeMethodList(List<IrisMethodCall> methodCalls) Future<List<CallApiResult>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
registerEventHandler(ScopedEvent scopedEvent, String params) Future<CallApiResult>
removeHotRestartListener(HotRestartListener listener) → void
toString() String
A string representation of this object.
inherited
unregisterEventHandler(ScopedEvent scopedEvent, String params) Future<CallApiResult>
unregisterEventHandlers(TypedScopedKey scopedKey) Future<void>

Operators

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