maybePop<T extends Object?> method

Future<bool> maybePop<T extends Object?>([
  1. T? result
])

Implementation

Future<bool> maybePop<T extends Object?>([T? result]) =>
    navigator.maybePop(result);