createState method
Creates the mutable State associated with this widget.
Implementation
@override
State<ReloadHost> createState() => _ReloadHostState();
Creates the mutable State associated with this widget.
@override
State<ReloadHost> createState() => _ReloadHostState();