remove abstract method

String? remove(
  1. String key
)

Removes key and returns the previous value when present.

Implementation

String? remove(String key);