dispose method
we don't really need this method, calling webView.launch
more than once will cause some exception.
We just pass a webViewParam
instance to the sdk.init function,
so the sdk knows how to deal with the webView.
Implementation
Future<void> dispose() async {
// do nothing
}