bridgeEvents property
latefinal
Additive typed event and JavaScript handler helpers built on the existing
bridge. Use after the WebView can evaluate JavaScript, such as in
onLoadStop.
Implementation
late final JavaScriptBridgeEvents bridgeEvents = JavaScriptBridgeEvents(
controller: platform,
);