create

suspend fun create(storage: Storage, readOnly: Boolean = false): TestAppSettingsModel

Asynchronous construction.

Parameters

storage

the Storage backing the settings.

readOnly

if false, won't monitor all the settings and write to storage when they change.