play method

void play()
override

Implementation

void play() async {
  _nativeAPI.play();
}