DocumentPlatformApi constructor

DocumentPlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

DocumentPlatformApi(
	this._methodChannel
	) : encrypted = DocumentEncryptedPlatformApi(_methodChannel),
	tryAndRecover = DocumentTryAndRecoverPlatformApi(_methodChannel);