phoenix_native

Restarts app using native methods (full Flutter engine restart)

Getting Started

To install this package call

    flutter pub add phoenix_native

or just add

    phoenix_native: any

to your pubspec.yaml file

Usage

Usage is pretty simple, just import

    import "package:phoenix_native/phoenix_native.dart";

and call

    PhoenixNative.restartApp();