unbind method
void
unbind()
Removes the keys and help from this binding, effectively nullifying it.
Implementation
void unbind() {
keys = [];
help = const Help();
}
Removes the keys and help from this binding, effectively nullifying it.
void unbind() {
keys = [];
help = const Help();
}