ContactPlatformApi constructor
ContactPlatformApi(
- MethodChannel _methodChannel
Implementation
ContactPlatformApi(
this._methodChannel
) : encrypted = ContactEncryptedPlatformApi(_methodChannel),
tryAndRecover = ContactTryAndRecoverPlatformApi(_methodChannel);