setCLsChannelStaticKey method
Implementation
Future<void> setCLsChannelStaticKey(String topicId, String endpoint,String secretId, String secretKey) async {
return await _cosApi.setCLsChannelStaticKey(topicId, endpoint, secretId, secretKey);
}
Future<void> setCLsChannelStaticKey(String topicId, String endpoint,String secretId, String secretKey) async {
return await _cosApi.setCLsChannelStaticKey(topicId, endpoint, secretId, secretKey);
}