isBluetoothAvailable property

Future<bool> get isBluetoothAvailable

Classic Bluetooth Methods Check if Classic Bluetooth is available

Implementation

/// Check if Classic Bluetooth is available
static Future<bool> get isBluetoothAvailable =>
    _platform.isBluetoothAvailable;