backPress method

Future<bool> backPress()

Implementation

Future<bool> backPress() async {
  // Navigator.of(context).pop();
  return true;
}