core/commands/reload/reload library

Classes

ReloadFailed
The reload signal was sent but no Flutter frame event was received within the timeout.
ReloadNoSession
No PID file was found — the app was not running and no session exists.
ReloadProcessDead
The app process is not alive.
ReloadResult
Result of a reloadApp invocation.
ReloadSuccess
The hot reload completed successfully.

Functions

reloadApp(ReloadInput _) Future<ReloadResult>
Triggers a hot reload of the running Flutter app via SIGUSR1.

Typedefs

ReloadInput = ()
Input parameters for reloadApp. Empty record because fdb reload takes no arguments today.