Platform specific
when (platform()) {
AppPlatform.IOS -> TODO()
AppPlatform.ANDROID -> TODO()
AppPlatform.DESKTOP -> TODO()
}Last updated
when (platform()) {
AppPlatform.IOS -> TODO()
AppPlatform.ANDROID -> TODO()
AppPlatform.DESKTOP -> TODO()
}Last updated