public static interface FlutterEngine.EngineLifecycleListener
Modifier and Type | Method and Description |
---|---|
void |
onEngineWillDestroy()
Lifecycle callback invoked before the Flutter engine is destroyed.
|
void |
onPreEngineRestart()
Lifecycle callback invoked before a hot restart of the Flutter engine.
|
void onPreEngineRestart()
void onEngineWillDestroy()
For the duration of the call, the Flutter engine is still valid.