Reads a stored boolean, or null when the key was never written.
@override bool? readBool(String key) => _store.getBool(key);