createState method

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

Creates the mutable State associated with this widget.

Implementation

@override
State<ReloadHost> createState() => _ReloadHostState();