activeCalls static method

Future activeCalls()

Get active calls. On iOS: return active calls from Callkit. On Android: only return last call

Implementation

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