onLinkClicked abstract method

void onLinkClicked(
  1. String url
)

Callback method that gets called when tap event occured on the url.

Implementation

void onLinkClicked(String url);