Future<void> guardaCahceShpProvider(String key, String value) async { await _writeString(key, value); }