Back to Flutter Boost

pop<T extends Object> method

doc/api/boost_navigator/BoostNavigator/pop.html

5.0.2386 B
Original Source

pop<T extends Object> method

Future<bool>pop<T extends Object>(

  1. [T result]

)

Pop the top-most page off the hybrid stack.

Implementation

Future<bool> pop<T extends Object>([T result]) async =>
    await appState.popWithResult(result);