AuthenticationDao

Functions

Link copied to clipboard
abstract suspend fun delete(id: Long)
Link copied to clipboard
abstract suspend fun deleteAll()
Link copied to clipboard
abstract suspend fun get(id: Long): RoomAuthentication?
Link copied to clipboard
abstract suspend fun insert(entity: RoomAuthentication)