call method Null safety

StoreDirectory call(
  1. String storeName
)

Get a StoreDirectory representation by store name, without creating it

Implementation

StoreDirectory call(String storeName) => StoreDirectory._(storeName);