supportsSnapshots property
true when this keystore can produce real isolated
snapshots (snapshot returns a handle whose reads observe
the keystore's state at snapshot-creation time, ignoring
concurrent writes). false when the handle delegates to
live state (Hive backends).
Implementation
@override
bool get supportsSnapshots => false;