notifyDependents method

  1. @override
void notifyDependents()
override

Implementation

@override
void notifyDependents() {
  setState(() {});
}