deleteOldFiles method Null safety
- DateTime base
Delete files older than the base
.
Returns the amount of rows that were deleted.
Implementation
Future<int> deleteOldFiles(DateTime base) async {
return await _db.deleteOldFiles(base);
}
Delete files older than the base
.
Returns the amount of rows that were deleted.
Future<int> deleteOldFiles(DateTime base) async {
return await _db.deleteOldFiles(base);
}