EncryptedFormPlatformApi class

Constructors

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

filterFormsBy(String sdkId, FilterOptions<Form> filter) Future<PaginatedListIterator<EncryptedForm>>
filterFormsBySorted(String sdkId, SortableFilterOptions<Form> filter) Future<PaginatedListIterator<EncryptedForm>>
getForm(String sdkId, String entityId) Future<EncryptedForm>
getForms(String sdkId, List<String> entityIds) Future<List<EncryptedForm>>
getLatestFormByLogicalUuid(String sdkId, String logicalUuid) Future<EncryptedForm>
getLatestFormByUniqueId(String sdkId, String uniqueId) Future<EncryptedForm>
modifyForm(String sdkId, EncryptedForm entity) Future<EncryptedForm>
modifyForms(String sdkId, List<EncryptedForm> entities) Future<List<EncryptedForm>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareWith(String sdkId, String delegateId, EncryptedForm form, FormShareOptions? options) Future<EncryptedForm>
shareWithMany(String sdkId, EncryptedForm form, Map<String, FormShareOptions> delegates) Future<EncryptedForm>
toString() String
A string representation of this object.
inherited
undeleteForm(String sdkId, Form form) Future<EncryptedForm>
undeleteFormById(String sdkId, String id, String rev) Future<EncryptedForm>

Operators

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