Future<String> getScriptSource(String scriptId) async { return (await sendCommand('Debugger.getScriptSource', params: {'scriptId': scriptId})) .result!['scriptSource'] as String; }