store String

actual fun storeString(key: String, value: String?)

Method to store locally a String value

Parameters

key

Is the key of the string

value

Is the value to store

expect fun storeString(key: String, value: String?)

Method to store locally a String value

Parameters

key

Is the key of the string

value

Is the value to store

actual fun storeString(key: String, value: String?)

Method to store locally a String value

Parameters

key

Is the key of the string

value

Is the value to store