removeMarkers abstract method

Future<void> removeMarkers(
  1. int idOSM,
  2. List<GeoPoint> markers
)

Implementation

Future<void> removeMarkers(
  int idOSM,
  List<GeoPoint> markers,
);