getLints method

Stream<Lint> getLints(
  1. ResolvedUnitResult resolvedUnitResult
)
inherited

Returns a list of warning/infos/errors for a Dart file.

Implementation

Stream<Lint> getLints(ResolvedUnitResult resolvedUnitResult) {
  return const Stream.empty();
}