removeLinkHandler method

void removeLinkHandler(
  1. StandardAppPluginLinkHandlerKey key
)

Remove a link handler from the plugin that matches the specified key key.

Implementation

void removeLinkHandler(StandardAppPluginLinkHandlerKey key) {
  _linkHandlers.remove(key);
}