refresh method

Future<void> refresh()

Force a full repaint.

Implementation

Future<void> refresh() async {
  await VolvoxGridService.Refresh(_refreshRequest);
  notifyListeners();
}