getChannel method

Future<String?> getChannel()

Implementation

Future<String?> getChannel() {
  throw UnimplementedError('initMyScriptWidget() has not been implemented.');
}