removeKey method

void removeKey(
  1. TutorialID widgetID
)

Removes a GlobalKey for a specific TutorialID.

Implementation

void removeKey(TutorialID widgetID) {
  _keyMap.remove(widgetID);
}