closeKey method

void closeKey(
  1. String name
)

Implementation

void closeKey(String name) {
  _data.remove(name);
  notifyListeners();
}