This commit is contained in:
@@ -93,11 +93,11 @@ class MountList with ChangeNotifier {
|
|||||||
|
|
||||||
_mountList = [];
|
_mountList = [];
|
||||||
notifyListeners();
|
notifyListeners();
|
||||||
|
|
||||||
return _fetch();
|
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
debugPrint('$e');
|
debugPrint('$e');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
return _fetch();
|
||||||
}
|
}
|
||||||
|
|
||||||
void remove(String name) {
|
void remove(String name) {
|
||||||
|
Reference in New Issue
Block a user