RemovePageUseCase

class RemovePageUseCase(cleaner: Cleaner)

Removes Page from the storage

Constructors

Link copied to clipboard
constructor(cleaner: Cleaner)

Functions

Link copied to clipboard
fun removePage(page: Page): <Error class: unknown class><Unit>

Removes specified Page form the storage throws IOException that need to be handled with catch {} in flow api

Link copied to clipboard
fun removePages(pages: List<Page>): <Error class: unknown class><Unit>

Removes specified list of Page's form the storage throws IOException that need to be handled with catch {} in flow api