File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -1036,6 +1036,19 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
10361036 Future <Breakpoint > setBreakpointState (
10371037 String isolateId, String breakpointId, bool enable) =>
10381038 throw UnimplementedError ();
1039+
1040+ @override
1041+ Future <UriList > lookupPackageUris (String isolateId, List <String > uris) {
1042+ // TODO(https://github.com/dart-lang/webdev/issues/1446): implement.
1043+ throw UnimplementedError ();
1044+ }
1045+
1046+ @override
1047+ Future <UriList > lookupResolvedPackageUris (
1048+ String isolateId, List <String > uris) {
1049+ // TODO(https://github.com/dart-lang/webdev/issues/1446): implement.
1050+ throw UnimplementedError ();
1051+ }
10391052}
10401053
10411054/// The `type` s of [ConsoleAPIEvent] s that are treated as `stderr` logs.
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ dependencies:
3333 sse : ^4.1.0
3434 uuid : ' >=2.0.0 <4.0.0'
3535 # We pin the version because we implement the interface.
36- vm_service : 7.3 .0
36+ vm_service : 7.4 .0
3737 web_socket_channel : ^2.0.0
3838 webkit_inspection_protocol : ^1.0.0
3939
You can’t perform that action at this time.
0 commit comments