ITunesSearchAPI class
Methods
-
lookupByBundleId(String bundleId, {String? country = 'US', bool useCacheBuster = true})
→ Future<Map?>
-
-
lookupById(String id, {String country = 'US', bool useCacheBuster = true})
→ Future<Map?>
-
-
lookupURLByBundleId(String bundleId, {String country = 'US', bool useCacheBuster = true})
→ String?
-
-
lookupURLById(String id, {String country = 'US', bool useCacheBuster = true})
→ String?
-
-
lookupURLByQSP(Map<String, String?> qsp, {bool useCacheBuster = true})
→ String?
-
Look up URL by QSP.
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
toString()
→ String
-
A string representation of this object.
inherited