setShowPaintRects method
Requests that backend shows paint rectangles
result
True for showing paint rectangles
Implementation
Future<void> setShowPaintRects(bool result) async {
await _client.send('Overlay.setShowPaintRects', {
'result': result,
});
}