ProjectDeleter

interface ProjectDeleter

The ProjectDeleter interface allows to handle the project deletion request

Author

N7ghtm4r3 - Tecknobit

Inheritors

Properties

Link copied to clipboard
abstract val requestsScope: CoroutineScope

requestsScope -> coroutine used to send the requests to the backend

Functions

Link copied to clipboard
open fun deleteProject(project: Project, onDelete: () -> Unit, onFailure: (JsonObject) -> Unit)

Method to delete a project