clearBackups method
Implementation
Future<void> clearBackups() async {
if (await _udaraDir.exists()) {
await _udaraDir.delete(recursive: true);
}
}
Future<void> clearBackups() async {
if (await _udaraDir.exists()) {
await _udaraDir.delete(recursive: true);
}
}