pause method
Stops on the next JavaScript statement.
Implementation
Future<void> pause() async {
await _client.send('Debugger.pause');
}
Stops on the next JavaScript statement.
Future<void> pause() async {
await _client.send('Debugger.pause');
}