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