onObserve method

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

Implementation

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