delete abstract method

Future<void> delete(
  1. dynamic key
)

Deletes the given key from the box.

If it does not exist, nothing happens.

Implementation

Future<void> delete(dynamic key);