delete abstract method
Deletes the given key
from the box.
If it does not exist, nothing happens.
Implementation
Future<void> delete(dynamic key);
Deletes the given key
from the box.
If it does not exist, nothing happens.
Future<void> delete(dynamic key);