handleBack method

Future<bool> handleBack()

Implementation

Future<bool> handleBack() async {
  return await state.goBack();
}