onDeviceReadyController property

StreamController<DiscoveredDevice> onDeviceReadyController
final

The StreamController that is used to trigger an event when the phone is ready to interact with target BLE device

Implementation

final onDeviceReadyController = StreamController<DiscoveredDevice>();