LifecycleAwareBase class abstract

Implementers
Available Extensions

Constructors

LifecycleAwareBase()

Properties

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

Methods

dispose() Future
doShutdown() Future
exec<R>(R block()) → R?
isShuttingDown() bool
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLogin(AsyncOrCallback onLogin) → void
onLogout(AsyncOrCallback onLogout) → void
onShutdown(_AsyncCallback callback) → void
onStartup(_AsyncCallback callback) → void
registerDisposer(FutureOr dispose()) → void
inherited
registerLoginHooks(IAuthState state) → void
removeDisposer(FutureOr dispose()) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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