TryAndRecoverTopicPlatformApi class
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<Topic>
-
-
filterTopicsBy(String sdkId, FilterOptions<Topic> filter)
→ Future<PaginatedListIterator<Topic>>
-
-
filterTopicsBySorted(String sdkId, SortableFilterOptions<Topic> filter)
→ Future<PaginatedListIterator<Topic>>
-
-
getTopic(String sdkId, String entityId)
→ Future<Topic>
-
-
getTopics(String sdkId, List<String> entityIds)
→ Future<List<Topic>>
-
-
modifyTopic(String sdkId, Topic entity)
→ Future<Topic>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
removeParticipant(String sdkId, String entityId, String dataOwnerId)
→ Future<Topic>
-
-
shareWith(String sdkId, String delegateId, Topic topic, TopicShareOptions? options)
→ Future<Topic>
-
-
shareWithMany(String sdkId, Topic topic, Map<String, TopicShareOptions> delegates)
→ Future<Topic>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
undeleteTopic(String sdkId, Topic topic)
→ Future<Topic>
-
-
undeleteTopicById(String sdkId, String id, String rev)
→ Future<Topic>
-