BadOAuthClient constructor

BadOAuthClient([
  1. String message = 'Bad OAuth client.'
])

Create new BadOAuthClient.

Implementation

BadOAuthClient([this.message = 'Bad OAuth client.']);