Request Handlers
data class RequestHandlers(val onError: suspend (error: ActionError) -> Unit, val onSuccess: suspend (project: Project, isRecommended: Boolean, replacing: Project?, reqHandlers: RequestHandlers) -> Unit)
Constructors
Link copied to clipboard
constructor(onError: suspend (error: ActionError) -> Unit, onSuccess: suspend (project: Project, isRecommended: Boolean, replacing: Project?, reqHandlers: RequestHandlers) -> Unit)