renameAsync method Null safety

  1. @Deprecated("Prefer 'rename'. This redirect will be removed in a future update")
Future<StoreDirectory?> renameAsync(
  1. 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);