fluttercommunity / flutter_webview_plugin

Community WebView Plugin - Allows Flutter to communicate with a native WebView.

Home Page:https://pub.dev/packages/flutter_webview_plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[ios] change to throw error if self.webview == nil

ogata-k opened this issue · comments

Is it possible to change it so that it throws an error if it executes a process that expects the Webview to be initialized?
If possible, change it to throw an error so that the codes of flutter can handle the error.

e.g. change from 'completionHandler(nil);' to throw an error which flutter can hadle in this code.