isWebBluetoothSupported method

  1. @override
Future<bool> isWebBluetoothSupported()
override

Indica se o ambiente atual suporta impressão Bluetooth BLE via Web Bluetooth.

Só retorna true na Web em navegadores Chromium com navigator.bluetooth. Fora da Web (e em Safari/Firefox) é false. Bluetooth clássico (RFCOMM) não é suportado no browser.

Implementation

@override
Future<bool> isWebBluetoothSupported() async => false;