When connected to a web app, we get an error from the getSourceReport RPC:
getSourceReport: (-32602) Source report kind Coverage not supported
We should not be requesting coverage for a web app. See https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/screens/debugger/codeview_controller.dart/#L284.
When connected to a web app, we get an error from the
getSourceReportRPC:getSourceReport: (-32602) Source report kind Coverage not supportedWe should not be requesting coverage for a web app. See https://github.com/flutter/devtools/blob/master/packages/devtools_app/lib/src/screens/debugger/codeview_controller.dart/#L284.