disposeChatNotify function

dynamic disposeChatNotify()

Implementation

disposeChatNotify(){
  if (_listen != null)
    _listen!.cancel();
}