next method

Future<void> next()

Implementation

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