BadOAuthClient constructor
BadOAuthClient([
- String message = 'Bad OAuth client.'
Create new BadOAuthClient.
Implementation
BadOAuthClient([this.message = 'Bad OAuth client.']);
Create new BadOAuthClient.
BadOAuthClient([this.message = 'Bad OAuth client.']);