hasWriteAccess method

Future<bool> hasWriteAccess(
  1. HealthElement healthElement
)

Implementation

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