fun onLowMemoryChannel()

in Confidence/src/main/java/com/spotify/confidence/EventStorage.kt [24:32]


    fun onLowMemoryChannel(): Channel<List<File>>
    fun stop()
}

internal class EventStorageImpl(
    private val context: Context,
    dispatcher: CoroutineDispatcher = Dispatchers.IO,
    private val maxStorage: Long = MAX_STORAGE
) : EventStorage {