eventChannel property
接收扫描、状态、通知、RSSI、MTU 等事件的 EventChannel。
默认通道名为 flutter_bluetooth_plugin/events。
Implementation
@visibleForTesting
final eventChannel = const EventChannel('flutter_bluetooth_plugin/events');
接收扫描、状态、通知、RSSI、MTU 等事件的 EventChannel。
默认通道名为 flutter_bluetooth_plugin/events。
@visibleForTesting
final eventChannel = const EventChannel('flutter_bluetooth_plugin/events');