delete abstract method

Future<bool> delete(
  1. String key
)

Deletes an item from the database.

Return true regardless if an item with that key existed or not.

Implementation

Future<bool> delete(String key);