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(
1036
1036
Future <Breakpoint > setBreakpointState (
1037
1037
String isolateId, String breakpointId, bool enable) =>
1038
1038
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
+ }
1039
1052
}
1040
1053
1041
1054
/// 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:
33
33
sse : ^4.1.0
34
34
uuid : ' >=2.0.0 <4.0.0'
35
35
# We pin the version because we implement the interface.
36
- vm_service : 7.3 .0
36
+ vm_service : 7.4 .0
37
37
web_socket_channel : ^2.0.0
38
38
webkit_inspection_protocol : ^1.0.0
39
39
You can’t perform that action at this time.
0 commit comments