attachBridge method

void attachBridge(
  1. FusionChartsBridge bridge
)

Attached by the FusionCharts widget. Not part of the supported API.

This replaces the 1.x setWebViewController(InAppWebViewController), which exposed a third-party WebView type on a public method. See doc/migration/1.x-to-2.0.md.

Implementation

void attachBridge(FusionChartsBridge bridge) {
  _bridge = bridge;
}