setChannel static method

Future setChannel()

Implementation

static Future setChannel() async {
  await _channel.invokeMethod('setChannel');
}