authorizeAndExchangeCode method
Convenience method for authorizing and then exchanges code
Implementation
Future<AuthorizationTokenResponse> authorizeAndExchangeCode(
AuthorizationTokenRequest request) {
return FlutterAppAuthPlatform.instance.authorizeAndExchangeCode(request);
}