startIncomingCall static method
Start incoming call On iOS: start connection timer On Android: not implemented
Implementation
static Future startIncomingCall() async {
await _channel.invokeMethod("startCallIncoming");
}
Start incoming call On iOS: start connection timer On Android: not implemented
static Future startIncomingCall() async {
await _channel.invokeMethod("startCallIncoming");
}