getAnalysisOptionsForFile abstract method

  1. @experimental
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

@experimental
AnalysisOptions getAnalysisOptionsForFile(File file);