TakeScreenshotCallback typedef

TakeScreenshotCallback = void Function(ImageInfo? image)

Callback to be called on retrieval of screenshot.

Implementation

typedef TakeScreenshotCallback = void Function(ImageInfo? image);