skipToBeginning method

Future<void> skipToBeginning()

Skip to the beginning of the current song.

Implementation

Future<void> skipToBeginning() async {
  await playerChannel.invokeMethod('skipToBeginning');
}