getChannel static method

Future<AccountIcon> getChannel()

Obtains icon information.

Implementation

static Future<AccountIcon> getChannel() async {
  return AccountIcon.fromMap(await _c.invokeMethod("getChannel"));
}