play method

  1. @Method.new()
void play()

Implementation

@Method()
void play() {
  execute("play", []);
}