PlatformRepo class

Constructors

PlatformRepo([MyAppApi? api])
factory

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({required dynamic platformId, dynamic doubleAuthActivated = true}) Future<bool>
createChatGroup(dynamic params) Future<bool>
getMyCurrentStatusChatForPlatformId(dynamic params) Future<PlatformStatusChat?>
getPlatformsList([dynamic display]) Future<List<PlatformModel>>
getPlatformsListDoubleAuth([dynamic display]) Future<List<PlatformModel>>
getStatusChatForPlatformId(dynamic params) Future<PlatformStatusChat?>
getStatusChatList(dynamic params) Future<List<PlatformStatusChat>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setThumbnailForChatGroup(dynamic groupId, dynamic bytes, dynamic filePath) Future<CommonMedia?>
toString() String
A string representation of this object.
inherited
updateStatusChatForPlatformId(dynamic params) Future<bool>

Operators

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