AuthObserver class

the auth observer

Inheritance

Constructors

AuthObserver(MethodChannel methodChannel, Map<String, Handler> handlerMap)

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
registerKickNotify(Observer observer) → void
register the observer to observe the notification of kick off
registerOnlineStatus(Observer<StatusCode> observer) → void
register the observer to observe the status change
toString() String
A string representation of this object.
inherited
unregisterOnlineStatus(Observer<StatusCode> observer) → void
unregister observer

Operators

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

Static Properties

onlineStatusList List<Observer<StatusCode>>
getter/setter pair