maybePop<T> method

Future<bool> maybePop<T>({
  1. dynamic result,
})

Calls Navigator.maybePop with this BuildContext.

Implementation

Future<bool> maybePop<T>({dynamic result}) => navigator.maybePop<T>(result);