TDatabase<T> class
abstract
- Implementers
Properties
Methods
-
add(
T value) → Future< void> -
addListener(
TDatabaseListener listener) → void -
delete(
String id) → Future< void> -
getAll(
{Map< String, dynamic> ? query = const {}}) → Future<List< T> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
notify(
TDatabaseListenerTypes type, String? id) → void -
removeListener(
TDatabaseListener listener) → void -
toString(
) → String -
A string representation of this object.
inherited
-
update(
String id, T value) → Future< void>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited