Start an Outgoing call.
@override Future<void> startCall(CallEvent data) async { await methodChannel.invokeMethod("startCall", _callData(data)); }