refreshAndApply method
Implementation
void refreshAndApply({bool apply = true}) {
_refresh();
if (apply) Future.delayed(const Duration(milliseconds: 200), this.apply);
}
void refreshAndApply({bool apply = true}) {
_refresh();
if (apply) Future.delayed(const Duration(milliseconds: 200), this.apply);
}