menu
geopod
services/places_service.dart
PlacesService
exportPlaces static method
exportPlaces
dark_mode
light_mode
exportPlaces
static method
Future
<
bool
>
exportPlaces
(
List
<
Place
>
places
)
Implementation
static Future<bool> exportPlaces(List<Place> places) => PlacesImportExport.exportPlaces(places);
geopod
places_service
PlacesService
exportPlaces static method
PlacesService class