delete abstract method

Future<bool> delete(
  1. dynamic key
)

Deletes a value stored under the specified key.

  • key: The key of the item to delete.

Returns true if the deletion was successful, otherwise false.

Implementation

Future<bool> delete(dynamic key);