endAllCalls static method

Future endAllCalls()

End all calls.

Implementation

static Future endAllCalls() async {
  await _channel.invokeMethod("endAllCalls");
}