GlobalStateNotifier constructor
GlobalStateNotifier({
- GlobalState? state,
Implementation
GlobalStateNotifier({GlobalState? state}) : _state = state ?? GlobalState();
GlobalStateNotifier({GlobalState? state}) : _state = state ?? GlobalState();