resetPlatformSessionOwner static method

  1. @visibleForTesting
void resetPlatformSessionOwner()

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;
}