hasWriteAccess method

Future<bool> hasWriteAccess(
  1. GroupScoped<HealthElement> healthElement
)

Implementation

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