store function

Store store ()

return Store instance.

Implementation

Store store() {
  return _store;
}