delete abstract method

Future<void> delete(
  1. dynamic key
)

Delete a value from the box

Implementation

Future<void> delete(dynamic key);