Checks whether the device supports Bluetooth
Future<bool> get isAvailable => _channel.invokeMethod('isAvailable').then<bool>((d) => d);