File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -859,6 +859,14 @@ ${globalLoadStrategy.loadModuleSnippet}("dart_sdk").developer.invokeExtension(
859859 static Future <T > _rpcNotSupportedFuture <T >(String method) {
860860 return Future .error (_rpcNotSupported (method));
861861 }
862+
863+ @override
864+ Future <ProcessMemoryUsage > getProcessMemoryUsage () =>
865+ _rpcNotSupportedFuture ('getProcessMemoryUsage' );
866+
867+ @override
868+ Future <WebSocketTarget > getWebSocketTarget () =>
869+ _rpcNotSupportedFuture ('getWebSocketTarget' );
862870}
863871
864872/// The `type` s of [ConsoleAPIEvent] s that are treated as `stderr` logs.
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ dependencies:
3434 source_maps : ^0.10.0
3535 sse : ^3.5.0
3636 # We pin the version because we implement the interface.
37- vm_service : 4.1 .0
37+ vm_service : 4.2 .0
3838 web_socket_channel : ^1.0.0
3939 webkit_inspection_protocol : ^0.7.3
4040
You can’t perform that action at this time.
0 commit comments