OnWebMessageReceivedCallback typedef
Callback when WebView receives a web message
message
constains the webmessage
Implementation
typedef OnWebMessageReceivedCallback = void Function(String message);
Callback when WebView receives a web message
message
constains the webmessage
typedef OnWebMessageReceivedCallback = void Function(String message);