ClassificationPlatformApi constructor

ClassificationPlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

ClassificationPlatformApi(
	this._methodChannel
	) : tryAndRecover = TryAndRecoverClassificationPlatformApi(_methodChannel),
	encrypted = EncryptedClassificationPlatformApi(_methodChannel);