getAllPlaces method
Implementation
@override
Future<List<FlutterPlace>> getAllPlaces() {
return _api.getAllPlaces().then((e) => e.getNonNull());
}
@override
Future<List<FlutterPlace>> getAllPlaces() {
return _api.getAllPlaces().then((e) => e.getNonNull());
}