eventChannel property

  1. @visibleForTesting
EventChannel eventChannel
final

接收扫描、状态、通知、RSSI、MTU 等事件的 EventChannel。

默认通道名为 flutter_bluetooth_plugin/events

Implementation

@visibleForTesting
final eventChannel = const EventChannel('flutter_bluetooth_plugin/events');