unregister method

void unregister(
  1. String id
)

Unregister a shortcut.

Implementation

void unregister(String id) {
  _shortcuts.remove(id);
}