setIsAvailable method Null safety
- bool available
Sets the availability of the device for the Nearby search.
Implementation
static void setIsAvailable(bool available) {
_invokeSdkVoidMethod(
SdkMethod.setIsAvailable, serializeIsAvailable(available));
}