previous method

Future<void> previous()

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

Implementation

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