fetchWantedPerson function
Fetches a wanted person with the given id.
Implementation
Future<WantedPerson> fetchWantedPerson(String id) async =>
await WantedPersonService.fetchWantedPerson(id);
Fetches a wanted person with the given id.
Future<WantedPerson> fetchWantedPerson(String id) async =>
await WantedPersonService.fetchWantedPerson(id);