setIsAvailable static method

void setIsAvailable(
  1. bool available
)

Sets the availability of the device for the Nearby search.

Implementation

static void setIsAvailable(bool available) {
  _invokeSdkVoidMethod(
      SdkMethod.setIsAvailable, serializeIsAvailable(available));
}