RecordEventService class
- Mixed-in types
- Available extensions
Constructors
Properties
-
events
→ Stream<
RecordEvent< Object> > -
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- log → Logger
-
no setterinherited
- loggerName → String
-
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
userStateStream
→ Stream<
AuthUserProfile> -
no setterinherited
Methods
-
autoStream<
T> (LifecycleCallback< Stream< stream, {bool cancelOnError = false}) → FutureT> > -
Available on LifecycleAwareBase, provided by the LifecycleAwareBaseExt extension
-
autoSubscribe(
String name, LifecycleCallback< StreamSubscription> generate) → Future -
Available on LifecycleAwareBase, provided by the LifecycleAwareBaseExt extension
-
autoTimer(
String name, LifecycleCallback< Timer> generate) → void -
Available on LifecycleAwareBase, provided by the LifecycleAwareBaseExt extension
-
dispose(
) → Future -
inherited
-
doShutdown(
) → Future -
inherited
-
exec<
R> (R block()) → R -
inherited
-
isShuttingDown(
) → bool -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onDestroy(
String name, LifecycleCallback destroy, {Duration? wait}) → void -
Available on LifecycleAwareBase, provided by the LifecycleAwareBaseExt extension
-
onLogin(
AsyncOrCallback onLogin) → void -
inherited
-
onLogout(
AsyncOrCallback onLogout) → void -
inherited
-
onShutdown(
_AsyncCallback callback) → void -
inherited
-
onStartup(
_AsyncCallback callback) → void -
inherited
-
publish<
D extends Object> (D payload, RecordEventType type) → void -
registerDisposer(
FutureOr dispose()) → void -
inherited
-
registerLoginHooks(
IAuthState authState) → void -
inherited
-
removeDisposer(
FutureOr dispose()) → void -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited