dispose method
Called when the entry is no longer needed.
Call this will remove all shortcuts associated with this ShortcutRegistryEntry from the registry.
Implementation
@mustCallSuper
void dispose() {
registry._disposeEntry(this);
}
Called when the entry is no longer needed.
Call this will remove all shortcuts associated with this ShortcutRegistryEntry from the registry.
@mustCallSuper
void dispose() {
registry._disposeEntry(this);
}