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