setOnGoingChatUser static method

dynamic setOnGoingChatUser(
  1. String jid
)

Implementation

static setOnGoingChatUser(String jid) {
  return FlyChatFlutterPlatform.instance.setOnGoingChatUser(jid);
}