MessagePlatformApi constructor

MessagePlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

MessagePlatformApi(
	this._methodChannel
	) : encrypted = MessageEncryptedPlatformApi(_methodChannel),
	tryAndRecover = MessageTryAndRecoverPlatformApi(_methodChannel);