deleteAll method Null safety
Delete all files. Returns the amount of rows that were deleted.
Implementation
Future<int> deleteAll() async {
return await _db.deleteAll();
}
Delete all files. Returns the amount of rows that were deleted.
Future<int> deleteAll() async {
return await _db.deleteAll();
}