captureScreenshotAsBase64 method Null safety
Take a screenshot of the current page as PNG and return it as base64-encoded string.
Implementation
String captureScreenshotAsBase64() => _client.send(
_handler.core.buildScreenshotRequest(),
_handler.core.parseScreenshotResponse);