getChannel method

Future<String> getChannel()

Implementation

Future<String> getChannel() async {
  return await nativeCall('channel', []);
}