UserMessagingDataService class
Constructors
- UserMessagingDataService.new(FirebaseFirestore _db, FirebaseFunctions _functions, Talker _log)
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
-
getMessaging(
String userId) → Future< UserMessagingModel> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeUserFCMToken(
String userId, String fcmToken) → Future< void> -
streamUserMessagingChanges(
String userId) → Stream< UserMessagingModel?> -
toString(
) → String -
A string representation of this object.
inherited
-
updateUserFCMToken(
String userId, FCMToken token) → Future< UserMessagingModel>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
provider
↔ Provider<
UserMessagingDataService> -
getter/setter pair