refresh method

void refresh()

use notifyListeners

Implementation

void refresh() {
  notifyListeners();
}