fetchPlace method

Future<Place> fetchPlace()

Implementation

Future<Place> fetchPlace() => _fetchPlace().toDart;