next method

void next()

Plays the next song if there is any media-item in the list

Implementation

void next() async {
  await _methodChannel.invokeMethod("next_source");
}