maybePop method

Future<bool> maybePop()

Maybe pop this BuildContext from the Navigator.

Implementation

Future<bool> maybePop() => Navigator.maybePop(this);