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