refresh method
Force a full repaint.
Implementation
Future<void> refresh() async {
await VolvoxGridService.Refresh(_refreshRequest);
notifyListeners();
}
Force a full repaint.
Future<void> refresh() async {
await VolvoxGridService.Refresh(_refreshRequest);
notifyListeners();
}