reload method

void reload()

recalls load and rebuilds the widgets

Implementation

void reload() {
  setState(() {
    _load();
  });
}