setUp method

Future<void> setUp(
  1. String clientId,
  2. String clientSecret,
  3. bool isProduction,
  4. String urlScheme,
  5. String state,
  6. String redirectUri,
  7. String scope,
)

Implementation

Future<void> setUp(String clientId, String clientSecret, bool isProduction,
    String urlScheme, String state, String redirectUri, String scope) {
  throw UnimplementedError('setUp() has not been implemented.');
}