webViewMessageHandlerName constant
String
const webViewMessageHandlerName
The JavaScript handler name used by the WebView message channel.
Register a JavaScript handler with this name on the WebView and forward the received message to handleWebViewMessage.
Implementation
static const String webViewMessageHandlerName =
HackleWebBridge.messageHandlerName;