couldntChangeName static method

String couldntChangeName(
  1. String platformName
)

Couldn't change name text.

Implementation

static String couldntChangeName(String platformName) {
  return 'Could not change $platformName name, you have to change manually!';
}