$UnifiedSearchClient class

Constructors

$UnifiedSearchClient($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_Request({String? from, bool? oCSAPIRequest}) → Request
Get the providers for unified search.
$getProviders_Serializer() → DynamiteSerializer<UnifiedSearchGetProvidersResponseApplicationJson, void>
Builds a serializer to parse the response of $getProviders_Request.
$search_Request({required String providerId, String? term, int? sortOrder, int? limit, UnifiedSearchSearchCursor? cursor, String? from, bool? oCSAPIRequest}) → Request
Launch a search for a specific search provider.
$search_Serializer() → DynamiteSerializer<UnifiedSearchSearchResponseApplicationJson, void>
Builds a serializer to parse the response of $search_Request.
getProviders({String? from, bool? oCSAPIRequest}) Future<DynamiteResponse<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.
toString() String
A string representation of this object.
inherited

Operators

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