Meshtastic App
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Meshtastic App
core-datastore
/
org.meshtastic.core.datastore
/
LocalStatsDataSource
Local
Stats
Data
Source
interface
LocalStatsDataSource
(
source
)
Interface that handles saving and retrieving
LocalStats
data.
Inheritors
LocalStatsDataSourceImpl
Members
Properties
local
Stats
Flow
Link copied to clipboard
abstract
val
localStatsFlow
:
Flow
<
LocalStats
>
Functions
clear
Local
Stats
Link copied to clipboard
abstract
suspend
fun
clearLocalStats
(
)
set
Local
Stats
Link copied to clipboard
abstract
suspend
fun
setLocalStats
(
stats
:
LocalStats
)