onUpdate method

void onUpdate()

Implementation

void onUpdate() {
  if (mounted) {
    setState(() {});
  }
}