observeLastTimestamp

abstract fun observeLastTimestamp(): Flow<Timestamp>

Returns Flow that emits UNIX-timestamp of last NeuroData. If there is no data then 0 will be emitted.

Return

Flow that emits UNIX-timestamp of last bet

See also