Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Member Functions | List of all members
io.flutter.embedding.engine.FlutterEngine.EngineLifecycleListener Interface Reference

Public Member Functions

void onPreEngineRestart ()
 
void onEngineWillDestroy ()
 

Detailed Description

Lifecycle callbacks for Flutter engine lifecycle events.

Definition at line 663 of file FlutterEngine.java.

Member Function Documentation

◆ onEngineWillDestroy()

void io.flutter.embedding.engine.FlutterEngine.EngineLifecycleListener.onEngineWillDestroy ( )

Lifecycle callback invoked before the Flutter engine is destroyed.

For the duration of the call, the Flutter engine is still valid.

◆ onPreEngineRestart()

void io.flutter.embedding.engine.FlutterEngine.EngineLifecycleListener.onPreEngineRestart ( )

Lifecycle callback invoked before a hot restart of the Flutter engine.


The documentation for this interface was generated from the following file: