connectionState property
实现 FlutterBluetoothPluginPlatform.connectionState。
Web 端推送本插件发起连接/断开以及浏览器 gattserverdisconnected 事件。
Implementation
@override
Stream<BluetoothConnectionStateEvent> get connectionState {
return _connectionStateController.stream;
}