maybePop property

Future<bool> maybePop

Implementation

Future<bool> get maybePop async {
  return await Navigator.maybePop(context);
}