We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bf8ea0 commit cfc1222Copy full SHA for cfc1222
dwds/lib/src/services/chrome/chrome_proxy_service.dart
@@ -532,7 +532,6 @@ final class ChromeProxyService extends ProxyService<ChromeAppInspector> {
532
throw RPCError(
533
method,
534
decodedResponse['code'] as int,
535
- // ignore: avoid-unnecessary-type-casts
536
decodedResponse['message'] as String,
537
decodedResponse['data'] as Map,
538
);
0 commit comments