channel property

Future<String> channel

Get a channel from current package

Implementation

static Future<String> get channel async {
  final String ch = await _channel.invokeMethod('getChannel');
  return ch;
}