DocumentPlatformApi constructor
DocumentPlatformApi(
- MethodChannel _methodChannel
Implementation
DocumentPlatformApi(
this._methodChannel
) : encrypted = DocumentEncryptedPlatformApi(_methodChannel),
tryAndRecover = DocumentTryAndRecoverPlatformApi(_methodChannel);