successfullyRenamed abstract method

String successfullyRenamed(
  1. String oldName,
  2. String newName
)

show successfully renamed text.

In en, this message translates to: 'You have successfully renamed "{oldName}" to "{newName}"'

Implementation

String successfullyRenamed(String oldName, String newName);