getHandler abstract method

ExternalLinkHandler getHandler([
  1. BuildContext? context
])

getHandler returns the handler for the link. If no operation handler is needed, return an instance of EmptyHandler.

Implementation

ExternalLinkHandler getHandler([BuildContext? context]);