getAvailability method
Should return a promise (which will be converted to a future using JSUtils.promiseToFuture) with a bool if bluetooth is available on the current device.
See:
Implementation
Object getAvailability() => _NativeBluetooth.getAvailability();