PromptUserForConsent typedef
PromptUserForConsent =
void Function(String uri)
Function for directing the user or it's user-agent to uri.
The user is required to go to uri and either approve or decline the
application's request for access resources on their behalf.
Implementation
typedef PromptUserForConsent = void Function(String uri);