isBluetoothAvailable static method

Future<bool> isBluetoothAvailable()

Implementation

static Future<bool> isBluetoothAvailable() =>
    _platform.isBluetoothAvailable();