Add reset method to SpaceRoomList
This commit is contained in:
parent
692302df5c
commit
33eb848c94
4 changed files with 17 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ interface SpaceRoomList {
|
|||
val spaceRoomsFlow: Flow<List<SpaceRoom>>
|
||||
val paginationStatusFlow: StateFlow<PaginationStatus>
|
||||
suspend fun paginate(): Result<Unit>
|
||||
suspend fun reset(): Result<Unit>
|
||||
|
||||
fun destroy()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue