onObserve method

void onObserve({
  1. dynamic name,
})
override

Implementation

onObserve({name}) {
  print("OBSERVED!");
  setState(() {});
}