refresh method

Future<void> refresh()

Refresh all screens and have them respond to new variables.

Implementation

Future<void> refresh() async {
  notifyListeners();
}