addImport method

String addImport(
  1. String path
)

Implementation

String addImport(String path) => addLine('import \'${path}\';');