fetch Url By App Id
fun fetchUrlByAppId(appId: String, completion: (Completion<String?>) -> Unit)
Content copied to clipboard
Fetches the app's URL for the given appId (not gas station ID).
Parameters
completion
Returns the App's URL on success or a Throwable on failure.