mirror of
https://github.com/bbara04/Purefin.git
synced 2026-07-23 19:26:50 +00:00
Revert "feat(network): enhance connectivity monitoring with request reporting"
This reverts commit 56a2b42434.
This commit is contained in:
@@ -4,8 +4,4 @@ import kotlinx.coroutines.flow.Flow
|
||||
|
||||
interface NetworkMonitor {
|
||||
val isOnline: Flow<Boolean>
|
||||
|
||||
fun reportRequestSucceeded()
|
||||
|
||||
fun reportRequestFailed(error: Throwable)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user