RecentAddressesDataSource

class RecentAddressesDataSource(dataStore: ERROR CLASS: Symbol not found for DataStore<ERROR CLASS: Symbol not found for Preferences>)(source)

Constructors

Link copied to clipboard
constructor(dataStore: ERROR CLASS: Symbol not found for DataStore<ERROR CLASS: Symbol not found for Preferences>)

Properties

Link copied to clipboard
val recentAddresses: ERROR CLASS: Symbol not found for Flow<kotlin/collections/List<org/meshtastic/core/datastore/model/RecentAddress>>

Functions

Link copied to clipboard
suspend fun add(address: RecentAddress)
Link copied to clipboard
suspend fun remove(address: String)
Link copied to clipboard
suspend fun setRecentAddresses(addresses: List<RecentAddress>)