removeValue abstract method

void removeValue(
  1. String key
)

Removes a metadata key and its associated value.

  • key The name of the key to be removed.

Implementation

void removeValue(String key);