sendTypingStatus method

dynamic sendTypingStatus(
  1. String toJid,
  2. String chattype
)

This method is used to set the current user's typing status.

Implementation

sendTypingStatus(String toJid, String chattype) {
  throw UnimplementedError('has not been implemented.');
}