EmptyPlacesView constructor

const EmptyPlacesView({
  1. Key? key,
  2. required VoidCallback onRefresh,
  3. required VoidCallback onImport,
})

Implementation

const EmptyPlacesView({
  super.key,
  required this.onRefresh,
  required this.onImport,
});