closeFieldsList method

Future<void> closeFieldsList()

This API call closes the Field list.

Implementation

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