TopicApi constructor

TopicApi(
  1. String _sdkId,
  2. Object _dartSdk
)

Implementation

TopicApi(
	this._sdkId,
	this._dartSdk
	) : encrypted = TopicEncryptedApi(_sdkId, _dartSdk),
	tryAndRecover = TopicTryAndRecoverApi(_sdkId, _dartSdk);