onRefresh method

Future<void> onRefresh()

Implementation

Future<void> onRefresh() async
{
  setState(() {

  });
}