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