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