FirebaseRealTimeDatabaseController class

Inheritance

Properties

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

Methods

create({String token = "", required String docName, required String tableName}) Future<FirebaseResponse>
override
delete({String token = "", required String docName, required String tableName}) Future<FirebaseResponse>
override
dispose() → void
firebaseGetReq({required String url}) Future<FirebaseResponse>
inherited
firebasePatchReq({required String url}) Future<FirebaseResponse>
inherited
firebasePostReq({required String url}) Future<FirebaseResponse>
inherited
firebasePutReq({required String url, required String data}) Future<FirebaseResponse>
inherited
noneTokenEndPoint({required String docName, required String tableName}) String
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
read({String token = "", required String docName, required String tableName, Query? query}) Future<FirebaseResponse>
override
tokenEndPoint({required String docName, required String tableName, required String authToken}) String
inherited
toString() String
A string representation of this object.
inherited
update({String token = "", required bool isChangeValue, required String docName, required String tableName, required Map<String, dynamic> data}) Future<FirebaseResponse>
override

Operators

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