exchangeAccessToken method
To exchange an authorization code for an access token
Implementation
@protected
Future<SocialSignInResultInterface> exchangeAccessToken(
String authorizationCode) async {
throw UnimplementedError('exchangeAccessToken() has not been implemented.');
}