stop method

void stop()

Implementation

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