Hristijan
04/22/2024, 3:13 PMsuspend fun getString(resource: StringResource): String
suspend fun getString(resource: StringResource, vararg formatArgs: Any): String
suspend fun getStringArray(resource: StringResource): List<String>
is there any way to get them as non suspending, or is there any plan in the future to obtain it without this function being suspend
Chrimaeon
04/22/2024, 3:45 PMrunBlocking
call.