play static method

void play()

Play sound

Implementation

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