goBack method

  1. @override
Future<bool> goBack()
override

Implementation

@override
Future<bool> goBack() async {
  if (_function != null) {
    return _function!.goBack();
  }
  return false;
}