hasWriteAccess method
Implementation
Future<bool> hasWriteAccess(GroupScoped<HealthElement> healthElement) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.inGroup.hasWriteAccess(
_sdkId,
healthElement,
);
}
Future<bool> hasWriteAccess(GroupScoped<HealthElement> healthElement) async {
return await CardinalSdkPlatformInterface.instance.apis.healthElement.inGroup.hasWriteAccess(
_sdkId,
healthElement,
);
}