delete method

dynamic delete(
  1. dynamic key
)

Implementation

delete(key) {
  remove(key);
}