delete abstract method

bool delete(
  1. String key
)

Deletes the given key from the box.

If it does not exist, nothing happens.

Implementation

bool delete(String key);