TopicPlatformApi constructor
TopicPlatformApi(
- MethodChannel _methodChannel
Implementation
TopicPlatformApi(
this._methodChannel
) : tryAndRecover = TryAndRecoverTopicPlatformApi(_methodChannel),
encrypted = EncryptedTopicPlatformApi(_methodChannel);