PatientPlatformApi constructor

PatientPlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

PatientPlatformApi(
	this._methodChannel
	) : tryAndRecover = TryAndRecoverPatientPlatformApi(_methodChannel),
	encrypted = EncryptedPatientPlatformApi(_methodChannel);