load method

void load(
  1. bool t
)

تفعيل و الغاء جاري التحميل

Implementation

void load(bool t) {
  loading = _loadingChecker ? false : t;
  callListener(rebuild);
}