popHistory method

Future<GetNavConfig?> popHistory()

Implementation

Future<GetNavConfig?> popHistory() async {
  return await _popHistory();
}