Closed
Description
Widget inspector service extensions are defined here: https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/widgets/service_extensions.dart#L106
and registered here:
https://github.com/flutter/flutter/blob/master/packages/flutter/lib/src/widgets/widget_inspector.dart#L986
We should audit which extensions are actually used in DevTools, and remove the rest. This will prevent us from having to do unnecessary work to make unused extensions work for multiwindow support.