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