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