IaBaseMethods class abstract mixin

Base native method invocation definitions.

Constructors

IaBaseMethods()

Properties

argumentType Type?
The defined argument type forwarded to the invoke method.
no setter
channel MethodChannel
MethodChannel class property used for integration with native methods.
no setter
hashCode int
The hash code for this object.
no setterinherited
methodId String
String identifier for the method forwarded to native logic processing executors.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

invoke<T>([dynamic args]) Future<T?>
Native method invocation definition and handling.
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