changeLocation method

Future<void> changeLocation(
  1. double lat,
  2. double lng
)

Implementation

Future<void> changeLocation(double lat, double lng) async {
  await webViewController.runJavaScript('changeLocation($lat, $lng);');
}