createPatient method
Implementation
Future<GroupScoped<DecryptedPatient>> createPatient(GroupScoped<DecryptedPatient> patient) async {
return await CardinalSdkPlatformInterface.instance.apis.patient.inGroup.createPatient(
_sdkId,
patient,
);
}