TopicPlatformApi constructor

TopicPlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

TopicPlatformApi(
	this._methodChannel
	) : tryAndRecover = TryAndRecoverTopicPlatformApi(_methodChannel),
	encrypted = EncryptedTopicPlatformApi(_methodChannel);