removeSelection method

Future<void> removeSelection()

Removes a selection from cells on the grid.

Implementation

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