refresh method
Notify the framework of a rebuild in the next scheduled frame
Implementation
@Deprecated('Keep it Flutter. Use setState() function.')
bool refresh() => setState(() {});
Notify the framework of a rebuild in the next scheduled frame
@Deprecated('Keep it Flutter. Use setState() function.')
bool refresh() => setState(() {});