getMeta method

Future getMeta(
  1. GetQuery params
)

Request topic metadata from the serve

Implementation

Future getMeta(GetQuery params) {
  // Send {get} message, return promise.
  return _tinodeService.getMeta(name ?? '', params);
}