onWebViewCreated abstract method

void onWebViewCreated(
  1. WebViewController controller
)

If not null invoked once the web view is created.

Implementation

void onWebViewCreated(WebViewController controller);