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