HealthElementBasicPlatformApi class

Constructors

HealthElementBasicPlatformApi.new(MethodChannel _methodChannel)

Properties

hashCode int
The hash code for this object.
no setterinherited
inGroup HealthElementBasicInGroupPlatformApi
getter/setter pair
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>>
deleteHealthElement(String sdkId, HealthElement healthElement) Future<StoredDocumentIdentifier>
deleteHealthElementById(String sdkId, String entityId, String rev) Future<StoredDocumentIdentifier>
deleteHealthElements(String sdkId, List<HealthElement> healthElements) Future<List<StoredDocumentIdentifier>>
deleteHealthElementsByIds(String sdkId, List<StoredDocumentIdentifier> entityIds) Future<List<StoredDocumentIdentifier>>
filterHealthElementsBy(String sdkId, BaseFilterOptions<HealthElement> filter) Future<PaginatedListIterator<EncryptedHealthElement>>
filterHealthElementsBySorted(String sdkId, BaseSortableFilterOptions<HealthElement> filter) Future<PaginatedListIterator<EncryptedHealthElement>>
getHealthElement(String sdkId, String entityId) Future<EncryptedHealthElement?>
getHealthElements(String sdkId, List<String> entityIds) Future<List<EncryptedHealthElement>>
matchHealthElementsBy(String sdkId, BaseFilterOptions<HealthElement> filter) Future<List<String>>
matchHealthElementsBySorted(String sdkId, BaseSortableFilterOptions<HealthElement> filter) Future<List<String>>
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
purgeHealthElement(String sdkId, HealthElement healthElement) Future<void>
purgeHealthElementById(String sdkId, String id, String rev) Future<void>
subscribeToEvents(String sdkId, Set<SubscriptionEventType> events, BaseFilterOptions<HealthElement> filter, EntitySubscriptionConfiguration? subscriptionConfig) Future<EntitySubscription<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