getUmChannel static method

Future<String> getUmChannel()

Implementation

static Future<String> getUmChannel() async {
  final umChannel = await _channel.invokeMethod("getUmChannel") ?? "";

  return umChannel;
}