It works fine on Android and iOS, but fails on macOS.
Reproduction method: Write data using 10.0.0-beta.4, then upgrade to 10.0.0-beta.5 or 10.0.0, and the data cannot be read.
static const FlutterSecureStorage storage = FlutterSecureStorage(
mOptions: MacOsOptions(
synchronizable: true,
accessibility: KeychainAccessibility.first_unlock,
)
);