Untitled

Anonymous
plain_text
07/10/2023 5:57 PM
472 B
16
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...