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