popHistory method

Future<T?> popHistory(
  1. T? result
)

Implementation

Future<T?> popHistory(T? result) async => _popHistory(result);