update method

dynamic update()

Implementation

update() {
  WidgetsBinding.instance!.addPostFrameCallback((_) {
    setState(() => {});
  });
}