TakeScreenshotCallback typedef - mapview library - Dart API
TakeScreenshotCallback
TakeScreenshotCallback typedef
Callback to be called on retrieval of screenshot.
Implementation
typedef TakeScreenshotCallback = void Function(ImageInfo? image);