createState method
Creates the mutable state for this component.
Implementation
@override
State<DeviceListComponent> createState() => _DeviceListComponentState();
Creates the mutable state for this component.
@override
State<DeviceListComponent> createState() => _DeviceListComponentState();