setCurrentChatJID static method

void setCurrentChatJID(
  1. String chatJID
)

Implementation

static void setCurrentChatJID(String chatJID) async {
  await _preferences.setString("${prefix}CurrentChatJID", chatJID);
}