clear method

Future<void> clear()

Clears the component’s data and view.

Implementation

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