core/commands/back/back_models 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.

Typedefs

BackInput = ()
Input parameters for navigateBack. Empty record because fdb back takes no arguments today.