setCLsChannelSessionCredential method

Future<void> setCLsChannelSessionCredential(
  1. String topicId,
  2. String endpoint,
  3. IFetchCLsChannelCredentials iFetchCLsChannelCredentials
)

Implementation

Future<void> setCLsChannelSessionCredential(String topicId, String endpoint, IFetchCLsChannelCredentials iFetchCLsChannelCredentials) async {
  _iFetchCLsChannelCredentials = iFetchCLsChannelCredentials;
  return await _cosApi.setCLsChannelSessionCredential(topicId, endpoint);
}