HealthElementEncryptedPlatformApi 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

createHealthElement(String sdkId, EncryptedHealthElement entity) Future<EncryptedHealthElement>
createHealthElements(String sdkId, List<EncryptedHealthElement> entities) Future<List<EncryptedHealthElement>>
filterHealthElementsBy(String sdkId, FilterOptions<HealthElement> filter) Future<PaginatedListIterator<EncryptedHealthElement>>
filterHealthElementsBySorted(String sdkId, SortableFilterOptions<HealthElement> filter) Future<PaginatedListIterator<EncryptedHealthElement>>
getHealthElement(String sdkId, String entityId) Future<EncryptedHealthElement?>
getHealthElements(String sdkId, List<String> entityIds) Future<List<EncryptedHealthElement>>
modifyHealthElement(String sdkId, EncryptedHealthElement entity) Future<EncryptedHealthElement>
modifyHealthElements(String sdkId, List<EncryptedHealthElement> entities) Future<List<EncryptedHealthElement>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
shareWith(String sdkId, String delegateId, EncryptedHealthElement healthElement, HealthElementShareOptions? options) Future<EncryptedHealthElement>
shareWithMany(String sdkId, EncryptedHealthElement healthElement, Map<String, HealthElementShareOptions> delegates) Future<EncryptedHealthElement>
toString() String
A string representation of this object.
inherited
undeleteHealthElement(String sdkId, HealthElement healthElement) Future<EncryptedHealthElement>
undeleteHealthElementById(String sdkId, String id, String rev) Future<EncryptedHealthElement>

Operators

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