simon.vergauwen
Option
fun Shared Preferences.getString(key: String): Option<String> = this.getString(key, null). toOption()