DocumentPlatformApi constructor

DocumentPlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

DocumentPlatformApi(
	this._methodChannel
	) : tryAndRecover = TryAndRecoverDocumentPlatformApi(_methodChannel),
	encrypted = EncryptedDocumentPlatformApi(_methodChannel);