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