Requests that backend shows the FPS counter show True for showing the FPS counter
show
Future<void> setShowFPSCounter(bool show) async { await _client.send('Overlay.setShowFPSCounter', {'show': show}); }