Fetch geographic information (city, state, etc.) for a given pincode.
pincode
Future<Result<dynamic>> getGeoInfo(String pincode) async { return await ApiService.getGeoInfo(pincode); }