AuthBackupDelegate<T extends Auth<AuthKeys>> class abstract

Constructors

AuthBackupDelegate({String key = AuthKeys.key, required BackupReader reader, required BackupWriter writer})
const

Properties

cache Future<T?>
no setter
hashCode int
The hash code for this object.
no setterinherited
key String
final
reader BackupReader
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
writer BackupWriter
final

Methods

build(Map source) → T
clear() Future<bool>
encryptor<E extends Object?>(String key, E? value) → E?
nonEncodableObjectParser(Object? current, Object? old) Object?
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, bool hasAnonymous) 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