MobileAppStoresSearch constructor

MobileAppStoresSearch({
  1. required String apiKey,
  2. required String uuid,
})

Set up Mobile App Store Search with your API key and a unique user id.

You can get both apiKey and uuid for free, here : waltsoft.net

Both apiKey and uuid are required.

Implementation

MobileAppStoresSearch({
  required this.apiKey,
  required this.uuid,
});