ReportRepository

Defines the ReportRepository contract for the SDAI domain layer.

Author

Dmitriy Moroz

Functions

Link copied to clipboard
abstract suspend fun send(text: String, reason: ReportReason, image: String)

Executes the send step in the SDAI domain layer.