shiftTopic method

String shiftTopic()

Implementation

String shiftTopic() {
  return topicParts.removeAt(0);
}