File tree Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Expand file tree Collapse file tree 1 file changed +2
-5
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,6 @@ import 'package:dwds/src/debugging/libraries.dart';
15
15
import 'package:dwds/src/debugging/location.dart' ;
16
16
import 'package:dwds/src/debugging/remote_debugger.dart' ;
17
17
import 'package:dwds/src/loaders/ddc_library_bundle.dart' ;
18
- import 'package:dwds/src/loaders/ddc_library_bundle.dart' ;
19
18
import 'package:dwds/src/readers/asset_reader.dart' ;
20
19
import 'package:dwds/src/utilities/conversions.dart' ;
21
20
import 'package:dwds/src/utilities/dart_uri.dart' ;
@@ -361,11 +360,9 @@ class AppInspector implements AppInspectorInterface {
361
360
/// library bundle strategy with the given optional [arguments] .
362
361
Future <RemoteObject > _evaluateLibraryMethodWithDdcLibraryBundle (
363
362
String libraryUri,
364
- String methodName,
365
- [
363
+ String methodName, [
366
364
List <RemoteObject > arguments = const [],
367
- ]
368
- ) {
365
+ ]) {
369
366
final expression = globalToolConfiguration.loadStrategy.dartRuntimeDebugger
370
367
.callLibraryMethodJsExpression (libraryUri, methodName);
371
368
return _jsCallFunction (expression, arguments);
You can’t perform that action at this time.
0 commit comments