APIModuleProxyCallerListener<T> class abstract

Implemented types
Implementers

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

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCall(T instance, String methodName, Map<String, dynamic> parameters, TypeReflection? returnType) Object?
Calls made through a ClassProxy will be intercepted by onCall implementation.
inherited
resolveResponse(TypeReflection? returnType, dynamic json) Object?
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

defaultErrorHandler APIModuleProxyResponseErrorHandler?
The default response error handler.
getter/setter pair