ICallBacksController class abstract

Implementers

Constructors

ICallBacksController()

Properties

hashCode int
The hash code for this object.
no setterinherited
registeredCallbacksCount int
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

disposeCallBack(int callBackReferenceId) → void
isAlreadyRegistered({required String targetMethod}) bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
platformCallBackMethodHandlerSetup(MethodCall call) Future<void>
setCallBack({required CallBackMethod<MirrorMethodCall, Error> call}) → void
toString() String
A string representation of this object.
inherited

Operators

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