update method

dynamic update()

Implementation

update() {
  // ignore: invalid_use_of_protected_member
  if (this.state.mounted) this.state.setState(() {});
}