Checks whether the hardware supports Bluetooth
static Future<bool> get isSupported async => await _invokePlatform(() => FlutterBluePlusPlatform.instance.isSupported(BmIsSupportedRequest()));