expandAllData method

Future<void> expandAllData([
  1. bool withAllChildren = true
])

Implementation

Future<void> expandAllData([bool withAllChildren = true]) async {
  WebViewController apiController = await controller.future;
  await apiController
      .runJavascript("webdatarocks.expandAllData($withAllChildren)");
}