FirefastReal class
- Inheritance
-
- Object
- PathBasedDataSource<
FirebaseDatabase> - FirefastReal
Constructors
- FirefastReal.new(FirebaseDatabase datasource)
Properties
- datasource → FirebaseDatabase
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
delete(
String path) → Future< String?> -
Deletes data at the specified path.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
overwrite(
String path, Map< String, dynamic> data) → Future<String?> -
Overwrites data at the specified path.
override
-
read(
String path) → Future< Map< String, dynamic> ?> -
Reads data from the specified path.
override
-
toString(
) → String -
A string representation of this object.
inherited
-
write(
String path, Map< String, dynamic> data) → Future<String?> -
Writes data to the specified path.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance → FirefastReal
-
Get the singleton instance, or create it if it doesn't exist
no setter
Static Methods
-
node(
String node) → RealtimeNodePath -
overrideInstance(
FirefastReal customServices) → void -
resetInstance(
) → void