refresh method

Future<void> refresh()

Re-runs the request. Alias for run.

Implementation

Future<void> refresh() => run();