cannotAssemble method
Implementation
void cannotAssemble({required String description}) {
startSocket(prefs.read("token"));
Map<String, dynamic> json = {
"tag": prefs.read("tag"),
"description": description
};
socket.emit("cannot_assemble", json);
}