configure method

  1. @override
void configure()

Called by constructor, to configure this component.

Implementation

@override
void configure() {
  load();
  _load.onLoad.listen((_) => refresh());
}