resetPlatformSessionOwner static method
Reset the shared platform camera session owner.
This is only intended for use in tests, to prevent state from leaking between test cases.
Implementation
@visibleForTesting
static void resetPlatformSessionOwner() {
_platformSessionOwner = null;
}