activeFunction property

void activeFunction=(void fn())

Receives a function that instantinously called then (RefreshWidget)s related to this provider are refreshed.

Implementation

set activeFunction(void Function() fn) {
  fn();
  _refresh();
}