ScreenshotInput typedef

ScreenshotInput = ({bool fullResolution, String output})

Input parameters for captureScreenshot.

Implementation

typedef ScreenshotInput = ({String output, bool fullResolution});