createState method
Creates the state that manages the container lifecycle.
Implementation
@override
/// Creates the state that manages the container lifecycle.
State<ProviderScope> createState() => _ProviderScopeState();
Creates the state that manages the container lifecycle.
@override
/// Creates the state that manages the container lifecycle.
State<ProviderScope> createState() => _ProviderScopeState();