onProvisioning property

Stream<DiscoveredDevice> onProvisioning

A Stream that will contain the DiscoveredDevice when the main part of the provisioning is about to begin

Implementation

Stream<DiscoveredDevice> get onProvisioning => _provisioningController.stream;