bluetoothManager property
Public property getter for bluetoothManager.
Implementation
static BluetoothManager get bluetoothManager {
_ensureInitialized(); // Check if SDK is initialized before accessing
return _bluetoothManager;
}
Public property getter for bluetoothManager.
static BluetoothManager get bluetoothManager {
_ensureInitialized(); // Check if SDK is initialized before accessing
return _bluetoothManager;
}