IRealtimeDbRF class abstract interface

Implementers

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

Operators

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