ClassificationPlatformApi constructor

ClassificationPlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

ClassificationPlatformApi(
	this._methodChannel
	) : encrypted = ClassificationEncryptedPlatformApi(_methodChannel),
	tryAndRecover = ClassificationTryAndRecoverPlatformApi(_methodChannel);