stop static method

void stop()

Stop playing sound

Implementation

static void stop() async {
  await _channel.invokeMethod('stop');
}