couldntChangeImports static method

String couldntChangeImports(
  1. String folderName
)

Couldn't change imports text.

Implementation

static String couldntChangeImports(String folderName) {
  return 'Could not change $folderName imports, you have to change manually!';
}