BaseService class abstract
- Implementers
Constructors
-
BaseService({CollectionReference<
Object?> ? ref})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
-
ref
↔ CollectionReference<
Object?> ? -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
addDocument(
Map data) → Future< DocumentReference< Object?> > -
addDocumentWithCustomId(
String id, Map< String, dynamic> data) → Future<DocumentReference< Object?> > -
getList(
) → Future< Iterable> -
isUserExist(
String? email) → Future< bool> -
isUserExistWithUid(
String? uid) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
removeDocument(
String id) → Future< void> -
toString(
) → String -
A string representation of this object.
inherited
-
updateDocument(
Map< String, dynamic> data, String? id) → Future<void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited