MobileAppStoresSearch class

A widget that returns all apps details of Apple Store and Google Play Store via API, according to the query & store you selected.

Constructors

MobileAppStoresSearch({required String apiKey, required String uuid})
Set up Mobile App Store Search with your API key and a unique user id.

Properties

apiKey String
final
apiUrl String
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
uuid String
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
searchAppInStoreResponseJson({required String searchQuery, bool searchInAppleStore = true}) Future
Returns JSON list of apps, according to the search query & store you selected.
toString() String
A string representation of this object.
inherited

Operators

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