startIncomingCall static method

Future startIncomingCall()

Start incoming call On iOS: start connection timer On Android: not implemented

Implementation

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