play method
This function allows you to play the presenter
Implementation
Future<void> play() {
return _methodChannel.invokeMethod('play');
}
This function allows you to play the presenter
Future<void> play() {
return _methodChannel.invokeMethod('play');
}