notifyNewMessageComing method

dynamic notifyNewMessageComing(
  1. String firstKey,
  2. int newMsgCount
)

Implementation

notifyNewMessageComing(String firstKey, int newMsgCount) {
  stateObj?.notifyNewMessageComing(firstKey, newMsgCount);
}