removeData method

void removeData(
  1. String key
)

Remove custom data

Implementation

void removeData(String key) => _data.remove(key);