getMaxTalkers static method

Future<void> getMaxTalkers()

Implementation

static Future<void> getMaxTalkers() async {
  await _channel.invokeMethod('getMaxTalkers');
}