plugin/highlights_mixin library
Mixins
- DartHighlightsMixin
-
A mixin that can be used when creating a subclass of ServerPlugin and
mixing in HighlightsMixin. This implements the creation of the
highlighting request based on the assumption that the driver being created is
an
AnalysisDriver
. - HighlightsMixin
- A mixin that can be used when creating a subclass of ServerPlugin to provide most of the implementation for producing highlighting notifications.