VAuthApiService class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

connect(VChatRegisterDto dto) Future<VIdentifierUser>
use this method to connect to the server and enable all the features of v chat this should be the first method to call before using any other method and it should be called only once and it should be called only after the user has been authenticated
logout() Future<bool>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

init({Uri? baseUrl, String? accessToken}) VAuthApiService