remove method

Future<void> remove(
  1. String key
)

Implementation

Future<void> remove(String key) async {
  await _box.remove(key);
}