$UnifiedSearchClient class

Constructors

$UnifiedSearchClient.new($Client _rootClient)
Creates a new DynamiteClient for unified_search requests.

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
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

Operators

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