removeStore method

void removeStore(
  1. String id
)

Remove a store

Implementation

void removeStore(String id) {
  _stores.remove(id);
}