AuthorizedDataSourceImpl<T extends Auth<AuthKeys>> class abstract

Inheritance
Implementers

Constructors

AuthorizedDataSourceImpl()

Properties

cache Future<T?>
no setteroverride
database Future<SharedPreferences>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
key String
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

build(Map<String, dynamic> source) → T
inherited
clear() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onCreateUser(T data) Future<void>
inherited
onDeleteUser(String id) Future<void>
inherited
onFetchUser(String id) Future<T?>
inherited
onUpdateUser(String id, Map<String, dynamic> data) Future<void>
inherited
set(T? data) Future<bool>
override
toString() String
A string representation of this object.
inherited
update(Map<String, dynamic> data) Future<bool>
override

Operators

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