play method

Future<void> play()

Start playing the video

Implementation

Future<void> play() => _nativeApi.play();