setup method

Future<void> setup(
  1. String organizationId,
  2. String projectId,
  3. String publicKey, {
  4. Uri? configurationURL,
  5. String mode = 'strict',
})

Implementation

Future<void> setup(
  String organizationId,
  String projectId,
  String publicKey, {
  Uri? configurationURL,
  String mode = 'strict',
}) {
  throw UnimplementedError('setup() has not been implemented.');
}