bleScanResultEventChannel property

  1. @visibleForTesting
EventChannel bleScanResultEventChannel
final

The event channel for receiving lists of BleDiscoveredDevice during scans.

Implementation

@visibleForTesting
final EventChannel bleScanResultEventChannel =
    const EventChannel('flutter_p2p_connection_bleScanResult');