stopScreencast method

Future<void> stopScreencast()

Stops sending each frame in the screencastFrame.

Implementation

Future<void> stopScreencast() async {
  await _client.send('Page.stopScreencast');
}