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