TopicBasicPlatformApi class

Constructors

TopicBasicPlatformApi(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

addParticipant(String sdkId, String entityId, String dataOwnerId, TopicRole topicRole) Future<EncryptedTopic>
deleteTopic(String sdkId, Topic topic) Future<DocIdentifier>
deleteTopicById(String sdkId, String entityId, String rev) Future<DocIdentifier>
deleteTopics(String sdkId, List<Topic> topics) Future<List<DocIdentifier>>
deleteTopicsByIds(String sdkId, List<IdWithMandatoryRev> entityIds) Future<List<DocIdentifier>>
filterTopicsBy(String sdkId, BaseFilterOptions<Topic> filter) Future<PaginatedListIterator<EncryptedTopic>>
filterTopicsBySorted(String sdkId, BaseSortableFilterOptions<Topic> filter) Future<PaginatedListIterator<EncryptedTopic>>
getTopic(String sdkId, String entityId) Future<EncryptedTopic>
getTopics(String sdkId, List<String> entityIds) Future<List<EncryptedTopic>>
matchTopicsBy(String sdkId, BaseFilterOptions<Topic> filter) Future<List<String>>
matchTopicsBySorted(String sdkId, BaseSortableFilterOptions<Topic> filter) Future<List<String>>
modifyTopic(String sdkId, EncryptedTopic entity) Future<EncryptedTopic>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
purgeTopic(String sdkId, Topic topic) Future<void>
purgeTopicById(String sdkId, String id, String rev) Future<void>
removeParticipant(String sdkId, String entityId, String dataOwnerId) Future<EncryptedTopic>
subscribeToEvents(String sdkId, Set<SubscriptionEventType> events, BaseFilterOptions<Topic> filter, EntitySubscriptionConfiguration? subscriptionConfig) Future<EntitySubscription<EncryptedTopic>>
toString() String
A string representation of this object.
inherited
undeleteTopic(String sdkId, Topic topic) Future<Topic>
undeleteTopicById(String sdkId, String id, String rev) Future<EncryptedTopic>

Operators

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