PatientPlatformApi constructor
PatientPlatformApi(
- MethodChannel _methodChannel
Implementation
PatientPlatformApi(
this._methodChannel
) : tryAndRecover = TryAndRecoverPatientPlatformApi(_methodChannel),
encrypted = EncryptedPatientPlatformApi(_methodChannel);