onWillPop method

Future<bool> onWillPop()

Implementation

Future<bool> onWillPop() async {
  return false;
}