remove method

dynamic remove(
  1. Object? key
)

Implementation

remove(Object? key) {
  return stateData.remove(key);
}