I need to add some specific Params to my temporaryCredentials call, could you pls pass a Map<String, String> to the function besides the callback URL.
After allowing to pass additional Parameter the function call should look like this:
var test = await auth.requestTemporaryCredentials(redirectUrl, {'oauth_consumer_key': consumerKey});