gabrimatic / restart_app

A Flutter plugin that helps you to restart the whole Flutter app with a single function call by using native APIs.
https://pub.dev/packages/restart_app
MIT License
72 stars 63 forks source link

StateError - ensureInitialized #19

Open kevinzezel opened 10 months ago

kevinzezel commented 10 months ago

Hi,

I got this error, i need restart application in android. I'm calling Restart.restartApp(); inside an isolate.

StateError (Bad state: The BackgroundIsolateBinaryMessenger.instance value is invalid until BackgroundIsolateBinaryMessenger.ensureInitialized is executed.)

Regards, Kevin

gabrimatic commented 1 month ago

Could you please confim this issue after the new changes on version 1.3.0?