MixInstance mixin

Mixin applications
Available extensions

Properties

hashCode int
The hash code for this object.
no setterinherited
initArguments → dynamic
no setter
methodHandler Map<String, NativeMethodHandler>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status MixInstanceStatus
no setter
typeName String
no setter

Methods

callHandler(String method, dynamic arguments) Future
//////////////////////////////////////////////////////////////////////////////
disposeMixInstance() Future<void>
initMixInstance() Future<void>
invokeInstanceMethod<T>(String method, {dynamic arguments}) Future<T>

Available on MixInstance, provided by the MixInstanceInvoke extension

invokeListMethod<T>(String method, {dynamic arguments}) Future<List<T>>

Available on MixInstance, provided by the MixInstanceInvoke extension

invokeMapMethod<K, V>(String method, {dynamic arguments}) Future<Map<K, V>>

Available on MixInstance, provided by the MixInstanceInvoke extension

invokeOptionalListMethod<T>(String method, {dynamic arguments}) Future<List<T>?>

Available on MixInstance, provided by the MixInstanceInvoke extension

invokeOptionalMapMethod<K, V>(String method, {dynamic arguments}) Future<Map<K, V>?>

Available on MixInstance, provided by the MixInstanceInvoke extension

invokeOptionalMethod<T>(String method, {dynamic arguments}) Future<T?>

Available on MixInstance, provided by the MixInstanceInvoke extension

invokeVoidMethod(String method, {dynamic arguments}) Future<void>

Available on MixInstance, provided by the MixInstanceInvoke extension

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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