createState method

  1. @override
State<ProviderScope> createState()
override

Creates the state that manages the container lifecycle.

Implementation

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