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