Zot class

Inheritance

Constructors

Zot(String serverUrl)
Pass the server url to initiate the connection.

Properties

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

Methods

c(String path) SSDD
inherited
child(String path) Zot
To listen to single value from the database call onValueChange((value){...}) (example given above). To listen to multiple values (in json format as string) from the database call onDataChange() (example given above). To create/update value(s) in the database (example given above). To nevigate to a specific path (example given above).
init() → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onDataChange(ValueChanged<List<Object>> _datasnapshotsx) → void
inherited
onValueChange(ValueChanged<Object> _singleV) → void
inherited
push() SSDD
inherited
setValue(Object value) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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