Remove a marker from the map
Future<void> removeMarker({@required String name}) => _markersState.removeMarker(name: name);