resetSecureEnvBindingsForTest function

  1. @visibleForTesting
void resetSecureEnvBindingsForTest()

Tests only. Clears memoized FFI bindings (package:secure_env/secure_env_testing.dart).

Implementation

@visibleForTesting
void resetSecureEnvBindingsForTest() {
  _bindings = null;
  _loadError = null;
}