unbind method

void unbind()

Removes the keys and help from this binding, effectively nullifying it.

Implementation

void unbind() {
  keys = [];
  help = const Help();
}