previous method

void previous()

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

Implementation

void previous() async {
  await _methodChannel.invokeMethod("previous_source");
}