requestMyLocationLatLng method

Future<LatLng?> requestMyLocationLatLng()

Implementation

Future<LatLng?> requestMyLocationLatLng() async {
  throw UnimplementedError(
      'requestMyLocationLatLng() has not been implemented.');
}