stop method

void stop()

Implementation

void stop() async {
  await UIConstants.channel.invokeMethod("stopPlayer", {});
}