If I have an async
function that persists data for my Flutter app and it may take a second to finish, can I be sure that it will never be killed if the application is closed normally (i.e. no crash etc.)?
All you need to do is dispose all of your controllers on
dispose();
Method
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With