next method
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');
Skip to next logical item during playback. For audiobooks this is the default seek interval. For TTS this is the next paragraph.
Future<void> next() =>
throw UnimplementedError('next() has not been implemented');