extendConferenceDuration static method

Future<void> extendConferenceDuration()

Implementation

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