hopBack method

void hopBack([
  1. dynamic result
])

Implementation

void hopBack([result]) => Provider.of<AbstractAppNavigationManager>(this, listen: false).popPage(result);