SharedStateService constructor

SharedStateService(
  1. List<MineralState> states
)

Implementation

SharedStateService(List<MineralState> states): super(inject: true) {
  register(states);
}