getAnalysisOptionsForFile abstract method

AnalysisOptions getAnalysisOptionsForFile(
  1. File file
)

Get the AnalysisOptions instance for the given file.

NOTE: this API is experimental and subject to change in a future release (see https://github.com/dart-lang/sdk/issues/53876 for context).

Implementation

AnalysisOptions getAnalysisOptionsForFile(File file);