TopicPlatformApi constructor

TopicPlatformApi(
  1. MethodChannel _methodChannel
)

Implementation

TopicPlatformApi(
	this._methodChannel
	) : encrypted = TopicEncryptedPlatformApi(_methodChannel),
	tryAndRecover = TopicTryAndRecoverPlatformApi(_methodChannel);