We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9853a08 + 6944ac4 commit 63aa05aCopy full SHA for 63aa05a
lib/services/bluetooth/web_bluetooth.dart
@@ -12,7 +12,7 @@ import 'bluetooth_service.dart';
12
class WebBluetoothService implements BluetoothService {
13
final _connectionController = StreamController<ConnectionStatus>.broadcast();
14
final _dataController = StreamController<Uint8List>.broadcast();
15
- final fwb.FlutterWebBluetooth _webBluetooth = fwb.FlutterWebBluetooth.instance;
+ final fwb.FlutterWebBluetoothInterface _webBluetooth = fwb.FlutterWebBluetooth.instance;
16
17
ConnectionStatus _connectionStatus = ConnectionStatus.disconnected;
18
DiscoveredDevice? _connectedDevice;
0 commit comments