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