Souhail Marghabi
05/29/2020, 5:40 AMallan.conda
05/29/2020, 5:58 AMsealed class BluetoothState {
object Idle : BluetoothState()
data class BluetoothState(data: T) : BluetoothState()
}
// reset somewhere
channel.send(BluetoothState.Idle)
allan.conda
05/29/2020, 5:59 AM