We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b082d6a commit b36dda7Copy full SHA for b36dda7
dwds/lib/src/debugging/inspector.dart
@@ -277,11 +277,9 @@ class AppInspector implements AppInspectorInterface {
277
@override
278
Future<RemoteObject> invoke(
279
String targetId,
280
- String selector,
281
- [
+ String selector, [
282
List<dynamic> arguments = const [],
283
- ]
284
- ) async {
+ ]) async {
285
final remoteArguments =
286
arguments.cast<String>().map(remoteObjectFor).toList();
287
// We special case the Dart library, where invokeMethod won't work because
0 commit comments