DocumentEncryptedPlatformApi class
Constructors
- DocumentEncryptedPlatformApi(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
-
createDocument(
String sdkId, EncryptedDocument entity) → Future< EncryptedDocument> -
filterDocumentsBy(
String sdkId, FilterOptions< Document> filter) → Future<PaginatedListIterator< EncryptedDocument> > -
filterDocumentsBySorted(
String sdkId, SortableFilterOptions< Document> filter) → Future<PaginatedListIterator< EncryptedDocument> > -
getDocument(
String sdkId, String entityId) → Future< EncryptedDocument?> -
getDocuments(
String sdkId, List< String> entityIds) → Future<List< EncryptedDocument> > -
modifyDocument(
String sdkId, EncryptedDocument entity) → Future< EncryptedDocument> -
modifyDocuments(
String sdkId, List< EncryptedDocument> entities) → Future<List< EncryptedDocument> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
undeleteDocument(
String sdkId, Document document) → Future< EncryptedDocument> -
undeleteDocumentById(
String sdkId, String id, String rev) → Future< EncryptedDocument>
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited