willPop method

dynamic willPop()

Implementation

willPop() {
  offline();
  Navigator.pop(context);
  socket.off("get-group-list-res");
}