transform

abstract suspend fun transform(oldKey: String): String

Returns a new transformed version of oldKey. Please note that the new key must follow filename guidelines. To be safe, just limit yourself to characters, numbers, and underscores when possible. For more information, see this Wikipedia page.