bleScanEveStm property

Stream<BleScanBean> bleScanEveStm

Clicking the scan button will trigger the scan event listener stream bleScanEveStm, and the scan result will be returned through the bleScanEveStm listener stream and stored in the event as a BleScanEvent object.

Implementation

Stream<BleScanBean> get bleScanEveStm {
  return _platform.bleScanEveStm;
}