setUpEnvironment method
Implementation
Future<void> setUpEnvironment(
String clientId,
String clientSecret,
String urlScheme,
String state, {
bool isProduction = false,
}) async {
UaePassPlatform.instance
.setUp(clientId, clientSecret, isProduction, urlScheme, state);
}