Reads a boolean value.
@override Future<bool> getBool(String key, {bool defaultValue = false}) async => (_store[key] as bool?) ?? defaultValue;