isBluetooth property

Future<bool> isBluetooth

Checks if the device is connected to a Bluetooth network.

Implementation

Future<bool> get isBluetooth =>
    ConnectivityService.I.isAvailable(ConnectivityResult.bluetooth);