setMeta method

Future setMeta(
  1. String topicName,
  2. SetParams params
)

Update topic's metadata: description, subscriptions

Implementation

Future setMeta(String topicName, SetParams params) {
  return _tinodeService.setMeta(topicName, params);
}