loadAll method

Future<void> loadAll()

Implementation

Future<void> loadAll() async {
  _all = await _storage.getAll<CustomerPlaceMap>(Tables.maps, CustomerPlaceMap.fromJson);
}