refresh method
Refresh all screens and have them respond to new variables.
Implementation
Future<void> refresh() async {
notifyListeners();
}
Refresh all screens and have them respond to new variables.
Future<void> refresh() async {
notifyListeners();
}