Future<bool> isBleTurnedOn() async { if (!isInitialized) { throw Exception('WindowBluetoothManager is not initialized'); } return (await WinBle.getBluetoothState()) == BleState.On; }