DatabaseService class

Constructors

DatabaseService({String usid})

Properties

hashCode int
The hash code for this object. [...]
read-only, inherited
runtimeType Type
A representation of the runtime type of the object.
read-only, inherited
users Stream<List<User>>
read-only
usid String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed. [...]
inherited
returnData() Future<Map<String, dynamic>>
toString() String
Returns a string representation of this object.
inherited
updateUserData(String email, String userType, {String rin: "0", String name}) Future

Operators

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