Restarts app using native methods (full Flutter engine restart)
To install this package call
flutter pub add phoenix_native
or just add
phoenix_native: any
to your pubspec.yaml file
Usage is pretty simple, just import
import "package:phoenix_native/phoenix_native.dart";
and call
PhoenixNative.restartApp();