Deletes a value stored under the specified key.
key
Returns true if the deletion was successful, otherwise false.
true
false
Future<bool> delete(dynamic key);