changCommentState method

dynamic changCommentState()

Implementation

changCommentState() {
  textController.text = '';
  mainCommnetId = -1;
  replyYes = false;
  subCommentId = -1;
  subCommnetReplyYes = false;
  replyTo = null;
  listOfImage = [];
}