package com.topjohnwu.magisk.utils import com.skoumal.teanity.util.KObservableField fun KObservableField.toggle() { value = !value }