removeCustomData method

void removeCustomData(
  1. String key
)

Implementation

void removeCustomData(String key) {
  _customData.remove(key);
}