SearchService class

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

detailSearch(DetailSearchRequest request) Future<DetailSearchResponse>
disableLogger() Future<void>
enableLogger() Future<void>
nearbySearch(NearbySearchRequest request) Future<NearbySearchResponse>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
queryAutocomplete(QueryAutocompleteRequest request) Future<QueryAutocompleteResponse>
querySuggestion(QuerySuggestionRequest request) Future<QuerySuggestionResponse>
startSiteSearchActivity(SearchIntent searchIntent) Future<Site>
textSearch(TextSearchRequest request) Future<TextSearchResponse>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

create(String apiKey) Future<SearchService>