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
-
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
-
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