cycleSubtitles method

Future<void> cycleSubtitles()

Implementation

Future<void> cycleSubtitles() {
  return socket.cycleProperty('sub');
}