crash method

Future<void> crash()

Crashes browser on the main thread.

Implementation

Future<void> crash() async {
  await _client.send('Browser.crash');
}