getAssetImageMarker function
Implementation
Future<BitmapDescriptor> getAssetImageMarker() async =>
BitmapDescriptor.fromAssetImage(
const ImageConfiguration(devicePixelRatio: 2), 'assets/custom-pin.png');
Future<BitmapDescriptor> getAssetImageMarker() async =>
BitmapDescriptor.fromAssetImage(
const ImageConfiguration(devicePixelRatio: 2), 'assets/custom-pin.png');