popHistory<T> method

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

Implementation

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