stopDebugging method

Future stopDebugging([
  1. DebugSession? session
])

Stop the given debug session or stop all debug sessions if session is omitted.

Implementation

_i2.Future<_i2.dynamic> stopDebugging([_i3.DebugSession? session]) =>
    _i4.promiseToFuture(_i4.callMethod(
      this,
      'stopDebugging',
      [session ?? _i5.undefined],
    ));