setEnableScreenshots method

void setEnableScreenshots(
  1. bool enable
)

This feature works only for Android right now

Implementation

void setEnableScreenshots(bool enable) {
  this.enableScreenshot = enable;
}