setOnGoingChatUser method

dynamic setOnGoingChatUser(
  1. String jid
)

This method is used to set the current user's chat page/ chat screen.

Implementation

setOnGoingChatUser(String jid) {
  throw UnimplementedError('has not been implemented.');
}