LifecycleAwareMixin mixin

Implemented types
Mixin Applications

Properties

hashCode int
The hash code for this object.
no setterinherited
log → Logger
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
userStateStream Stream<AuthUserProfile>
no setter

Methods

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

Operators

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