typing method

Future typing(
  1. String contactId
)

Implementation

Future typing(String contactId) => dio.put('/chat/typing/$contactId');