Pre-populate secure storage.
static void setSecureStorageValue(String key, String value) { _secureStorage[key] = value; }