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