Db class

Constructors

Db(AppHttpClient _client, String topic)

Properties

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

Methods

list() Future<Response>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onMessage(dynamic onData(Uint8List)) Future<StreamSubscription<Uint8List>>
sendMessage(Object msg) Future<Response>
toString() String
A string representation of this object.
inherited
update(String id, Map msg) Future<Response>

Operators

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