refresh method

void refresh()

Allows the user to call setState() within the Controller.

Implementation

void refresh() => setState(() {});