UserMessagingService class

Constructors

UserMessagingService.new(UserMessagingDataService _userMessagingDataService)

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<UserMessagingVO>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
removeUserFCMToken(String userId, String token) Future<void>
streamUserChanges(String userId) Stream<UserMessagingVO?>
toString() String
A string representation of this object.
inherited
updateUserFCMToken(String userId, FCMToken token) Future<UserMessagingVO>

Operators

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

Static Properties

provider ↔ Provider<UserMessagingService>
getter/setter pair