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