play method

Future<void> play()

This function allows you to play the presenter

Implementation

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