MessagePlatformApi constructor
MessagePlatformApi(
- MethodChannel _methodChannel
Implementation
MessagePlatformApi(
this._methodChannel
) : encrypted = MessageEncryptedPlatformApi(_methodChannel),
tryAndRecover = MessageTryAndRecoverPlatformApi(_methodChannel);