TryAndRecoverDocumentPlatformApi class

Constructors

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

filterDocumentsBy(String sdkId, FilterOptions<Document> filter) Future<PaginatedListIterator<Document>>
filterDocumentsBySorted(String sdkId, SortableFilterOptions<Document> filter) Future<PaginatedListIterator<Document>>
getDocument(String sdkId, String entityId) Future<Document>
getDocuments(String sdkId, List<String> entityIds) Future<List<Document>>
modifyDocument(String sdkId, Document entity) Future<Document>
modifyDocuments(String sdkId, List<Document> entities) Future<List<Document>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareWith(String sdkId, String delegateId, Document document, DocumentShareOptions? options) Future<Document>
shareWithMany(String sdkId, Document document, Map<String, DocumentShareOptions> delegates) Future<Document>
toString() String
A string representation of this object.
inherited
undeleteDocument(String sdkId, Document document) Future<Document>
undeleteDocumentById(String sdkId, String id, String rev) Future<Document>

Operators

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