openWebPage abstract method

Future<void> openWebPage(
  1. Uri url
)

Called when the renew interaction uses an HTML web page.

You should present the URL in a Chrome Custom Tab and terminate the function when the web page is dismissed by the user.

Implementation

Future<void> openWebPage(Uri url);