Package-level declarations

Types

Link copied to clipboard
class MainViewModel @Inject constructor(conf: RemoteConfigHelper, pref: SharedPreferences, authUseCases: AuthUseCases, attendanceDao: AttendanceDao, scope: CoroutineScope) : ViewModel
Link copied to clipboard
interface ThemeEvent
Link copied to clipboard
Link copied to clipboard
data class ThemeState(val isDarkTheme: ThemeMode = ThemeMode.SYSTEM, val isDynamicColorActive: Boolean = true)

Functions

Link copied to clipboard
fun toggleDrawer(communicatorViewModel: MainViewModel): DrawerValue