refresh method

dynamic refresh([
  1. VoidCallback? fn
])

easy to update state

Implementation

refresh([VoidCallback? fn]) => model.refresh(fn);