SharedState constructor

SharedState()

共享状态存储

Implementation

factory SharedState() {
  return _singleton;
}