exportPlaces static method

Future<bool> exportPlaces(
  1. List<Place> places
)

Implementation

static Future<bool> exportPlaces(List<Place> places) =>
    PlacesImportExport.exportPlaces(places);