methodChannel property

  1. @visibleForTesting
MethodChannel methodChannel
final

与原生平台通信的 MethodChannel。

默认通道名为 flutter_bluetooth_plugin,仅测试或自定义平台实现通常需要直接访问。

Implementation

@visibleForTesting
final methodChannel = const MethodChannel('flutter_bluetooth_plugin');