removeData method

void removeData(
  1. String key
)

Remove data from lifecycle context

Implementation

void removeData(String key) {
  _data.remove(key);
}