abhishek dana
abhishek dana

Reputation: 63

Flutter keeping getx service presistant even if app is killed

I have app when I have initiated a services, now when is in foreground or background things are working, but when app is terminated or killed, the getx service take time to initialise, and due to which my user are not getting time to check thing, example if i call in flutter and app is killed, i get notification for calling when I click answer button it's takes time to open app then register service and all. Is there any way to keep getx service be there even after app is closed.

I have tried to call the service before calling the runApp function in main.dart still its not giving proper output

Upvotes: 0

Views: 343

Answers (0)

Related Questions