Writes a boolean value.
@override Future<void> setBool(String key, bool value) async => _store[key] = value;