setUpSandbox method
Implementation
Future<void> setUpSandbox() async {
UaePassPlatform.instance.setUp(
clientId: "sandbox_stage",
clientSecret: "sandbox_stage",
isProduction: false,
urlScheme: "uaepassdemoappDS",
state: "123123213",
redirectUri: "https://oauthtest.com/authorization/return",
scope: "urn:uae:digitalid:profile",
);
}