close static method
Closes the storage service
Implementation
static Future<void> close() async {
try {
stopRetryTimer();
log('EventStorageService closed correctly');
} catch (e) {
log('Error closing EventStorageService: $e');
}
}
Closes the storage service
static Future<void> close() async {
try {
stopRetryTimer();
log('EventStorageService closed correctly');
} catch (e) {
log('Error closing EventStorageService: $e');
}
}