Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a8394def authored by Hasib Prince's avatar Hasib Prince
Browse files

App Lounge: DownloadProgressFlow added

parent fe5ea47a
Loading
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
package foundation.e.apps.manager.download.data

import kotlinx.coroutines.flow.Flow
import kotlinx.coroutines.flow.FlowCollector

class DownloadProgressFlow : Flow<DownloadProgress> {
    override suspend fun collect(collector: FlowCollector<DownloadProgress>) {

    }
}
 No newline at end of file