setOnMsgInserted method

dynamic setOnMsgInserted(
  1. WKMsg wkMsg
)

Implementation

setOnMsgInserted(WKMsg wkMsg) {
  if (_msgInsertedBack != null) {
    _msgInsertedBack!(wkMsg);
  }
}