getChannel static method

Future<String?> getChannel()

Implementation

static Future<String?> getChannel() {
  return MyScriptWidgetPlatform.instance.getChannel();
}