clear method

Future<void> clear()

Delete all objects from the database

Implementation

Future<void> clear() async {
  await _saveList([]);
}