Hi
We are getting the following errors on android using the Flutter SDK:
W/System.err( 7319): kotlin.UninitializedPropertyAccessException: lateinit property sharedPreferences has not been initialized
W/System.err( 7319): at com.web3auth.core.keystore.KeyStoreManagerUtils.decryptData(KeyStoreManagerUtils.kt:85)
W/System.err( 7319): at com.web3auth.core.Web3Auth.login(Web3Auth.kt:138)
W/System.err( 7319): at com.web3auth.flutter.web3auth_flutter.Web3AuthFlutterPlugin.runMethodCall(Web3AuthFlutterPlugin.kt:115)
W/System.err( 7319): at com.web3auth.flutter.web3auth_flutter.Web3AuthFlutterPlugin.access$runMethodCall(Web3AuthFlutterPlugin.kt:30)
W/System.err( 7319): at com.web3auth.flutter.web3auth_flutter.Web3AuthFlutterPlugin$onMethodCall$1.invokeSuspend(Web3AuthFlutterPlugin.kt:76)
W/System.err( 7319): at kotlin.coroutines.jvm.internal.BaseContinuationImpl.resumeWith(ContinuationImpl.kt:33)
W/System.err( 7319): at kotlinx.coroutines.DispatchedTask.run(DispatchedTask.kt:106)
W/System.err( 7319): at kotlinx.coroutines.scheduling.CoroutineScheduler.runSafely(CoroutineScheduler.kt:570)
W/System.err( 7319): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.executeTask(CoroutineScheduler.kt:750)
W/System.err( 7319): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.runWorker(CoroutineScheduler.kt:677)
W/System.err( 7319): at kotlinx.coroutines.scheduling.CoroutineScheduler$Worker.run(CoroutineScheduler.kt:664)
- SDK Version: 2.0.0
Please let me know if this is a known issue and what can be done to address it.