play method

Future<void> play()

Play video

Implementation

Future<void> play() {
  return _channel.invokeMethod('play');
}