SearchApi class
- Annotations
-
- @Deprecated("These APIs will be removed when version 1.0.0 is released. If you want to use it, use REST API.")
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
-
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>>
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
tip(String query, {Order? sort, int? page, int? size})
→ Future<SearchEnvelope<Tip>>
-
-
toString()
→ String
-
A string representation of this object.
inherited
-
vclip(String query, {Order? sort, int? page, int? size})
→ Future<SearchEnvelope<VClip>>
-
-
web(String query, {Order? sort, int? page, int? size})
→ Future<SearchEnvelope<WebResult>>
-