onProvisioningReconnect property

Stream<DiscoveredDevice> onProvisioningReconnect

A Stream that will contain the DiscoveredDevice when provisioning is completed and we try to reconnect to the new node

Implementation

Stream<DiscoveredDevice> get onProvisioningReconnect => _provisioningReconnectController.stream;