EncryptedMessagePlatformApi class

Constructors

EncryptedMessagePlatformApi(MethodChannel _methodChannel)

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

filterMessagesBy(String sdkId, FilterOptions<Message> filter) Future<PaginatedListIterator<EncryptedMessage>>
filterMessagesBySorted(String sdkId, SortableFilterOptions<Message> filter) Future<PaginatedListIterator<EncryptedMessage>>
getMessage(String sdkId, String entityId) Future<EncryptedMessage>
getMessages(String sdkId, List<String> entityIds) Future<List<EncryptedMessage>>
modifyMessage(String sdkId, EncryptedMessage entity) Future<EncryptedMessage>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
setMessagesReadStatus(String sdkId, List<String> entityIds, int? time, bool readStatus, String? userId) Future<List<EncryptedMessage>>
shareWith(String sdkId, String delegateId, EncryptedMessage message, MessageShareOptions? options) Future<EncryptedMessage>
shareWithMany(String sdkId, EncryptedMessage message, Map<String, MessageShareOptions> delegates) Future<EncryptedMessage>
toString() String
A string representation of this object.
inherited
undeleteMessage(String sdkId, Message message) Future<Message>
undeleteMessageById(String sdkId, String id, String rev) Future<EncryptedMessage>

Operators

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