ScreenshotException constructor
ScreenshotException(
- String message, [
- dynamic originalError
Implementation
ScreenshotException(this.message, [this.originalError]);
ScreenshotException(this.message, [this.originalError]);