ClassificationPlatformApi constructor
ClassificationPlatformApi(
- MethodChannel _methodChannel
Implementation
ClassificationPlatformApi(
this._methodChannel
) : tryAndRecover = TryAndRecoverClassificationPlatformApi(_methodChannel),
encrypted = EncryptedClassificationPlatformApi(_methodChannel);