commentsTyping method

Future commentsTyping(
  1. int documentId
)

Implementation

Future commentsTyping(int documentId) =>
    dio.put('/comments/typing/$documentId');