Asynji class

Constructors

Asynji()

Properties

baseUrl String
finalinherited
dio ↔ Dio
latefinalinherited
globalOptions ↔ Settings?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
roomBox ↔ Box<Room>?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
wsChannel ↔ WebSocketChannel?
getter/setter pairinherited

Methods

addNewRoom() Future<void>
inherited
getRoom(String id) → Room?
inherited
init() Future<void>
listenable() ValueListenable<Box<Room>>
inherited
login(String username, String password) Future<void>
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
poweroff() Future<void>
inherited
registration(String email, String username, String password) Future<void>
inherited
save() Future<void>
inherited
setUserId(String userId) Future<void>
inherited
toString() String
A string representation of this object.
inherited

Operators

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