isBluetooth static method

Future<bool> isBluetooth()

Current connectivity whether bluetooth

Implementation

static Future<bool> isBluetooth() async =>
    ConnectivityResult.bluetooth == (await connectivityResult());