Pops the top-most route.
Future<bool> pop<T extends Object?>([T? result]) { return widget._state.pop(result); }