turnOnBluetooth method
dynamic
turnOnBluetooth()
Implementation
turnOnBluetooth() async {
if (!isInitialized) {
throw Exception('WindowBluetoothManager is not initialized');
}
await WinBle.updateBluetoothState(true);
}