Vaibhav Kamani

Results 3 comments of Vaibhav Kamani

So how do I start my FlutterEngine and attach it to open the app when a call is received on the device when the app is terminated?

> There is a case which named ACTION_CALL_DECLINE > > ``` > try { > FlutterCallkitIncoming.onEvent.listen((event) async { > switch (event?.name) { > case CallEvent.ACTION_CALL_DECLINE: > debugPrint("ACTION_CALL_DECLINE"); > break; >...

Did you find any work around to this issue? If yes, please share with me. It will be very helpful. Thanks