stepOut method

Future<void> stepOut()

Steps out of the function call.

Implementation

Future<void> stepOut() async {
  await _client.send('Debugger.stepOut');
}