Eugen Martynov
02/26/2025, 12:26 PMasync {
globalScope
.async {
val response = repository.logout()
clearCookies.execute()
response
}.await()
}
Youssef Shoaib [MOD]
02/26/2025, 2:30 PMwithContext(NonCancellable)
insteadEugen Martynov
02/26/2025, 2:30 PM