processLinkWithContext abstract method

  1. @protected
Future<void> processLinkWithContext(
  1. BuildContext context,
  2. ExternalLink link
)

Process the given ExternalLink with the supplied BuildContext

Implementation

@protected
Future<void> processLinkWithContext(BuildContext context, ExternalLink link);