exitKey method

void exitKey(
  1. UniqueKey key
)

Implementation

void exitKey(UniqueKey key) {
  keyStack.removeWhere((item) => item == key);
}