DOOClientAuthServiceImpl class
Default Implementation for DOOClientAuthService
- Inheritance
-
- Object
- DOOClientAuthService
- DOOClientAuthServiceImpl
Constructors
- DOOClientAuthServiceImpl({required Dio dio})
Properties
- connection ↔ WebSocketChannel?
-
getter/setter pairinherited
- dio → Dio
-
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
createNewContact(
String inboxIdentifier, DOOUser? user) → Future< DOOContact> -
Creates new contact for inbox with
inboxIdentifier
and passesuser
body to be linked to created contactoverride -
createNewConversation(
String inboxIdentifier, String contactIdentifier) → Future< DOOConversation> -
Creates a new conversation for inbox with
inboxIdentifier
and contact with source idcontactIdentifier
override -
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