next method

  1. @override
Future<void> next()
override

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

Implementation

@override
Future<void> next() async => await methodChannel.invokeMethod('next');