getDataOwnersWithAccessTo method
Implementation
Future<EntityAccessInformation> getDataOwnersWithAccessTo(Patient patient) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.getDataOwnersWithAccessTo(
_sdkId,
patient,
);
}