$UnifiedSearchClient 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
-
getProviders({String? from, bool? oCSAPIRequest})
→ Future<DynamiteResponse<UnifiedSearchGetProvidersResponseApplicationJson, void>>
-
Get the providers for unified search.
-
getProvidersRaw({String? from, bool? oCSAPIRequest})
→ DynamiteRawResponse<UnifiedSearchGetProvidersResponseApplicationJson, void>
-
Get the providers for unified search.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
search({required String providerId, String? term, int? sortOrder, int? limit, UnifiedSearchSearchCursor? cursor, String? from, bool? oCSAPIRequest})
→ Future<DynamiteResponse<UnifiedSearchSearchResponseApplicationJson, void>>
-
Launch a search for a specific search provider.
-
searchRaw({required String providerId, String? term, int? sortOrder, int? limit, UnifiedSearchSearchCursor? cursor, String? from, bool? oCSAPIRequest})
→ DynamiteRawResponse<UnifiedSearchSearchResponseApplicationJson, void>
-
Launch a search for a specific search provider.
-
toString()
→ String
-
A string representation of this object.
inherited