Updated on 2026-08-14
This commit is contained in:
parent
cd8f796fd8
commit
7fdf9167ea
50 changed files with 256 additions and 816 deletions
|
|
@ -4,9 +4,6 @@ import kotlinx.coroutines.flow.Flow
|
|||
|
||||
interface AppRatingRepository {
|
||||
|
||||
// FIXME: We must to initialize all stores before calling [isReadyToShow], otherwise flow will not emit data
|
||||
suspend fun initialize()
|
||||
|
||||
suspend fun setWalletWithFundsFound()
|
||||
|
||||
fun isReadyToShow(): Flow<Boolean>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue