Future<void> setBool(final String key, {required final bool data}) async => _prefs.setBool(_getKey(key), data);