IaBaseCallbackHandler class abstract
Handler method used in conjunction with IaBaseCallbacks.
Defines the handling of the callback received from the native platform.
Constructors
Properties
- handler → Future Function(dynamic args)
-
Callback method handler processed with Flutter.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodId → String
-
Callback method identifier forwarded from the native module.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
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