search abstract method
Implementation
@POST("/maps/places")
Future<List<Prediction>> search(
@Body() String term, {
@Query("lang") String? lang,
@Query("component") String? component,
});
@POST("/maps/places")
Future<List<Prediction>> search(
@Body() String term, {
@Query("lang") String? lang,
@Query("component") String? component,
});