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