crash method
Crashes renderer on the IO thread, generates minidumps.
Implementation
Future<void> crash() async {
await _client.send('Page.crash');
}
Crashes renderer on the IO thread, generates minidumps.
Future<void> crash() async {
await _client.send('Page.crash');
}