notifyAsync method

void notifyAsync()

Implementation

void notifyAsync() {
  Timer.run(() {
    notifyListeners();
  });
}