-
public interface StorageProvider
-
-
Method Summary
-
-
Method Detail
-
putStringSync
Unit putStringSync(String key, String value)
Persist a value synchronously so it survives process kill (e.g. close app before async putString has flushed). Use for critical keys like install-sent flag.
-
-
-
-