renameAsync method Null safety
- @Deprecated("Prefer 'rename'. This redirect will be removed in a future update")
- String storeName
'renameAsync' is deprecated and shouldn't be used. Prefer rename. This redirect will be removed in a future update.
Implementation
@Deprecated(
"Prefer 'rename'. This redirect will be removed in a future update",
)
Future<StoreDirectory?> renameAsync(String storeName) => rename(storeName);