Return the friendly Bluetooth name of the local Bluetooth adapter
static Future<String> get adapterName async => await _invokePlatform(() => FlutterBluePlusPlatform.instance.getAdapterName(BmBluetoothAdapterNameRequest())) .then((r) => r.adapterName);