remove method

void remove(
  1. String key
)

Implementation

void remove(String key) {
  _liveDataStates.remove(key);
}