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