deSelectLocation method
Call this to deselect a location previously selected with selectLocation(MPLocation, MPSelectionBehavior)
Implementation
Future<void> deSelectLocation() {
return MapcontrolPlatform.instance.deSelectLocation();
}
Call this to deselect a location previously selected with selectLocation(MPLocation, MPSelectionBehavior)
Future<void> deSelectLocation() {
return MapcontrolPlatform.instance.deSelectLocation();
}