dropStore method

void dropStore(
  1. String storeName
)

Implementation

void dropStore(String storeName) => store(storeName).drop();