next method

Future<void> next()

Skip to next logical item during playback. For audiobooks this is the default seek interval. For TTS this is the next paragraph.

Implementation

Future<void> next() =>
    throw UnimplementedError('next() has not been implemented');