Removes every record.
@override Future<void> clear() => _synchronized(() async { if (await file.exists()) { await file.writeAsString('{}'); } });