open method

Future<void> open()

Opens local report file. Use this API call to open the report JSON file from the local file system.

Implementation

Future<void> open() async {
  WebViewController apiController = await controller.future;
  await apiController.runJavascript("flexmonster.open()");
}