HealthElementBasicInGroupPlatformApi class
Constructors
- HealthElementBasicInGroupPlatformApi.new(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
-
createHealthElement(
String sdkId, GroupScoped< EncryptedHealthElement> entity) → Future<GroupScoped< EncryptedHealthElement> > -
getHealthElement(
String sdkId, String groupId, String entityId) → Future< GroupScoped< EncryptedHealthElement> ?> -
modifyHealthElement(
String sdkId, GroupScoped< EncryptedHealthElement> entity) → Future<GroupScoped< EncryptedHealthElement> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited