onBackPressed method

Future<bool> onBackPressed()

Implementation

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