refresh method

Future<void> refresh()

Refreshes the rate limits, IP and Country block lists

Implementation

Future<void> refresh() async {
  await _saveRequests();
}