refresh method

Future<void> refresh()

This function allows you to refetch the data from network by default you do not need to use this function.

Implementation

Future<void> refresh() {
  return _methodChannel.invokeMethod('refresh');
}