getMeta method

Future getMeta(
  1. String topicName,
  2. GetQuery params
)

Request topic metadata

Implementation

Future getMeta(String topicName, GetQuery params) {
  return _tinodeService.getMeta(topicName, params);
}