stop method

void stop()

Stop the player. You need to re-initialize if you call this method

Implementation

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