call method Null safety
- String storeName
Get a StoreDirectory representation by store name, without creating it
Implementation
StoreDirectory call(String storeName) => StoreDirectory._(storeName);
Get a StoreDirectory representation by store name, without creating it
StoreDirectory call(String storeName) => StoreDirectory._(storeName);