remove abstract method

void remove(
  1. String key
)

Remove the value at specified key if exists.

Implementation

void remove(String key);