requestMyLocationLatLng method

  1. @override
Future<LatLng?> requestMyLocationLatLng()
override

Implementation

@override
Future<LatLng?> requestMyLocationLatLng() {
  return _controller.requestMyLocationLatLng();
}