onPopPage property

(bool Function(BuildContext context, Route route, dynamic result)?) onPopPage
getter/setter pair

Callback when pop is requested.

Return true if pop will be handled entirely by this function. Return false if beamer should finish handling the pop.

See build for details on how beamer handles Navigator.onPopPage.

Implementation

bool Function(BuildContext context, Route<dynamic> route, dynamic result)?
    onPopPage;