Untitled
unknown
plain_text
2 years ago
352 B
6
Indexable
suspend fun postcomment(
productid: Int,
reviewer: String,
review: String,
email: String
): Flow<CommentResponse>
suspend fun updatecomment(
reviewid:Int ,
review: String
): Flow<CommentResponse>
suspend fun deletecomment(
reviewid:Int
): Flow<CommentResponse>
Editor is loading...