init method

dynamic init(
  1. IWebViewFunction? function
)

Implementation

init(IWebViewFunction? function) {
  _function = function;
}