setCLsChannelStaticKey method

Future<void> setCLsChannelStaticKey(
  1. String topicId,
  2. String endpoint,
  3. String secretId,
  4. String secretKey,
)

Implementation

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