DOOClientService class abstract

Service for handling DOO api calls See DOOClientServiceImpl

Implementers

Constructors

DOOClientService(String _baseUrl, Dio _dio)

Properties

connection ↔ WebSocketChannel?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

createMessage(DOONewMessageRequest request) Future<DOOMessage>
getAllMessages() Future<List<DOOMessage>>
getContact() Future<DOOContact>
getConversations() Future<List<DOOConversation>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendAction(String contactPubsubToken, DOOActionType action) → void
startWebSocketConnection(String contactPubsubToken, {WebSocketChannel onStartConnection(Uri)?}) → void
toString() String
A string representation of this object.
inherited
updateContact(dynamic update) Future<DOOContact>
updateMessage(String messageIdentifier, dynamic update) Future<DOOMessage>

Operators

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