fetch String

actual fun fetchString(key: String, defValue: String?): String?

Method to fetch locally a String value

Parameters

key

Is the key of the string to fetch

defValue

Is the value to to return if the searched one does not exist

expect fun fetchString(key: String, defValue: String? = null): String?

Method to fetch locally a String value

Parameters

key

Is the key of the string to fetch

defValue

Is the value to to return if the searched one does not exist

actual fun fetchString(key: String, defValue: String?): String?

Method to fetch locally a String value

Parameters

key

Is the key of the string to fetch

defValue

Is the value to to return if the searched one does not exist