BackupRepository<T extends Auth<AuthKeys> > class
abstract
- Implementers
Constructors
Properties
Methods
-
build(
Map< String, dynamic> source) → T -
clear(
) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
onCreateUser(
T data) → Future< void> -
onDeleteUser(
String id) → Future< void> -
onFetchUser(
String id) → Future< T?> -
onUpdateUser(
String id, Map< String, dynamic> data) → Future<void> -
set(
T? data) → Future< bool> -
toString(
) → String -
A string representation of this object.
inherited
-
update(
Map< String, dynamic> data) → Future<bool>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited