FirestoreRF class

Implemented types

Constructors

FirestoreRF()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

addDataChangeListner(Type model, String docId, Function onDataChanged) → void
override
Create(IModelRF model, String docId) Future<bool>
override
Delete(Type model, String docId) Future<bool>
override
Find(String docId) Future
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
Read(Type model, String docId) Future<Map<String, dynamic>>
override
RemoveDataChangeListner(Type model, String docId) → void
override
toString() String
A string representation of this object.
inherited
Update(IModelRF model, String docId) Future<bool>
override

Operators

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