removeLinkHandler method
Remove a link handler from the plugin that matches the specified key key
.
Implementation
void removeLinkHandler(StandardAppPluginLinkHandlerKey key) {
_linkHandlers.remove(key);
}
Remove a link handler from the plugin that matches the specified key key
.
void removeLinkHandler(StandardAppPluginLinkHandlerKey key) {
_linkHandlers.remove(key);
}