maybePop property

Future<bool> get maybePop

Implementation

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