setScrollbarsHidden method
hidden
Whether scrollbars should be always hidden.
Implementation
Future<void> setScrollbarsHidden(bool hidden) async {
await _client.send('Emulation.setScrollbarsHidden', {
'hidden': hidden,
});
}
hidden
Whether scrollbars should be always hidden.
Future<void> setScrollbarsHidden(bool hidden) async {
await _client.send('Emulation.setScrollbarsHidden', {
'hidden': hidden,
});
}