init static method

void init({
  1. EasyRefreshIndicator? header,
  2. EasyRefreshIndicator? footer,
})

Implementation

static void init({
  EasyRefreshIndicator? header,
  EasyRefreshIndicator? footer,
}) {
  _header = header;
  _footer = footer;
}