SearchApi class

Constructors

SearchApi(Dio _dio)

Properties

hashCode → int
The hash code for this object.
read-only, inherited
runtimeType → Type
A representation of the runtime type of the object.
read-only, inherited

Methods

blog(String query, { Order sort, int page, int size }) → Future<SearchEnvelope<Blog>>
book(String query, { Order sort, int page, int size, BookTarget target }) → Future<SearchEnvelope<Book>>
cafe(String query, { Order sort, int page, int size }) → Future<SearchEnvelope<Cafe>>
image(String query, { Order sort, int page, int size }) → Future<SearchEnvelope<ImageResult>>
tip(String query, { Order sort, int page, int size }) → Future<SearchEnvelope<Tip>>
vclip(String query, { Order sort, int page, int size }) → Future<SearchEnvelope<VClip>>
web(String query, { Order sort, int page, int size }) → Future<SearchEnvelope<WebResult>>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a non-existent method or property is accessed.
inherited
toString() → String
Returns a string representation of this object.
inherited

Operators

operator ==(dynamic other) → bool
The equality operator.
inherited

Static Properties

instance SearchApi
final