next method

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

Implementation

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