next method

Future<void> next()

Implementation

Future<void> next() async {
  return await player.next();
}