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

'No implementation found for method $method on channel $name' #13

Closed iPypeNB closed 1 month ago

iPypeNB commented 1 year ago

when I press the button to restart the application does not restart and the platform gives me the following error message

image

No implementation found for method restartApp on channel restart

juliavi commented 1 year ago

Rebuild from scratch should solve this error

grayankit commented 2 months ago

@iPypeNB did that work