FirebasePresenceDataSource class abstract
- Implementers
Constructors
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
-
presenceStream(
String uid) → Stream< DatabaseEvent> - Listens for changes in presence for a specific user (If needed)
-
toString(
) → String -
A string representation of this object.
inherited
-
updatePresence(
{required String uid, required bool isOnline, Function? onSuccess, Function? onError}) → Future< void> -
Updates the user's presence status and sets an
onDisconnect
behavior.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited