In a Flutter app using klippaidentityverificationsdk 0.2.10 on Android, opening the camera from another plugin (e.g. imagepicker) after a Klippa document-scan session crashed the app instantly. The SDK's onActivityResult handler (KlippaIdentityVerificationSdkPlugin.kt) was triggered by camera results belonging to other plugins even after the Klippa session closed, causing the crash. Without any Klippa session started, other plugins used the camera fine.