MemoryDbUserDataProvider class

Inheritance
Implemented types

Constructors

MemoryDbUserDataProvider(App app, DbService dbService)

Properties

app App
finalinherited
dbService DbService
finalinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

deleteUserData(String userId, bool deleteAuthData, Future<void> deleteAuthDataMethod()) Future<Map<String, dynamic>>
override
getUserData(String userId) Future<Map<String, dynamic>?>
override
getUserDataByEmail(String email) Future<Map<String, dynamic>?>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setUserData(String userId, Map<String, dynamic> newDoc) Future<Map<String, dynamic>>
override
toString() String
A string representation of this object.
inherited
updateUserData(String userId, Map<String, dynamic> updateDoc) Future<Map<String, dynamic>>
override

Operators

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