refresh method
Refreshes the rate limits, IP and Country block lists
Implementation
Future<void> refresh() async {
await _saveRequests();
}
Refreshes the rate limits, IP and Country block lists
Future<void> refresh() async {
await _saveRequests();
}