MyAppApi class abstract

Implementers

Constructors

MyAppApi()

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

activateDoubleAuthForPlatform(dynamic params) Future<NetworkResponse>
createChatGroup(dynamic params) Future<NetworkResponse>
getMyCurrentStatusChatForPlatformId(dynamic params) Future<NetworkResponse>
getPlatformsList(dynamic params) Future<NetworkResponse>
getPlatformsListDoubleAuth(dynamic params) Future<NetworkResponse>
getStatusChatForPlatformId(dynamic params) Future<NetworkResponse>
getStatusChatList(dynamic params) Future<NetworkResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setThumbnailForChatGroup(dynamic groupId, dynamic bytes, dynamic filePath) Future<NetworkResponse>
toString() String
A string representation of this object.
inherited
updateStatusChatForPlatformId(dynamic params) Future<NetworkResponse>

Operators

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