core/commands/back/back library
Classes
- BackAppDied
- The app process died while fdb was communicating with it.
- BackAtRoot
- Navigator.maybePop() returned false — already at root, nothing to pop.
- BackError
- Generic / unrecognised error.
- BackNoHelper
- fdb_helper was not detected in the running app.
- BackPopped
- Navigator.maybePop() succeeded and the page was popped.
- BackResult
- Result of a navigateBack invocation.
- BackUnexpectedResponse
- The VM service returned an unexpected response shape.
- BackVmError
- The VM service returned an error message.
Functions
- Triggers Navigator.maybePop() in the running Flutter app.
Typedefs
- BackInput = ()
-
Input parameters for navigateBack. Empty record because
fdb backtakes no arguments today.