reload method

void reload()

Reloads the MapView using the current configuration by reloading the underlying platform web view controller.

Implementation

void reload() async {
  _webViewController.reload();
}