openDevTools method

Future<void> openDevTools()

Implementation

Future<void> openDevTools() {
  return controller.openDevTools();
}