getStore<S> method

Store<S> getStore<S>()

Implementation

Store<S> getStore<S>() => _getStoreByType(typeOf<Store<S>>());