IFirePresenceHandler class abstract

Inheritance
Implementers

Constructors

IFirePresenceHandler.new()

Properties

hasConnectionStream Stream<bool>
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect({required String uid, dynamic onSuccess(bool)?, Function? onError}) → void
dispose() → void
forceDisconnect({required String uid, Function? onSuccess, Function? onError}) → void
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)
inherited
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.
inherited

Operators

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