publicState<T> method

T publicState<T>()

Get the public state of this module

Implementation

T publicState<T>() {
  return _reduxStateInner.byName(
    moduleName,
    stackMap: _stackMap,
  );
}