mapController property

(void Function(WebViewController)?) mapController
final

You can use js code with controller. example) mapController.evaluateJavascript('map.setLevel(map.getLevel() + 1, {animate: true})');

Implementation

final void Function(WebViewController)? mapController;