bluetoothManager property

BluetoothManager bluetoothManager

Public property getter for bluetoothManager.

Implementation

static BluetoothManager get bluetoothManager {
  _ensureInitialized(); // Check if SDK is initialized before accessing
  return _bluetoothManager;
}