PilotViewModel

actual abstract class PilotViewModel : ViewModel
expect abstract class PilotViewModel
actual abstract class PilotViewModel

Constructors

Link copied to clipboard
actual constructor()
expect constructor()
actual constructor()

Properties

Link copied to clipboard
actual val PilotViewModel.viewModelScope: CoroutineScope
expect val PilotViewModel.viewModelScope: CoroutineScope
actual val PilotViewModel.viewModelScope: CoroutineScope

Functions

Link copied to clipboard
open fun addCloseable(closeable: AutoCloseable)
fun addCloseable(key: String, closeable: AutoCloseable)
Link copied to clipboard
fun clear()
Link copied to clipboard