openFieldsList method

Future<void> openFieldsList()

This API call opens the Field list.

Implementation

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