IrisMethodChannelInternal class abstract

Constructors

IrisMethodChannelInternal()

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

addHotRestartListener(HotRestartListener listener) VoidCallback
dispose() Future<void>
execute(Request request) Future<CallApiResult>
getApiEngineHandle() int
initilize(List<InitilizationArgProvider> args) Future<InitilizationResult?>
listExecute(Request request) Future<List<CallApiResult>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeHotRestartListener(HotRestartListener listener) → void
setIrisEventMessageListener(IrisEventMessageListener listener) → void
toString() String
A string representation of this object.
inherited

Operators

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