setName method Null safety
- String name
Sets the name for the device.
Implementation
static void setName(String name) {
_invokeSdkVoidMethod(SdkMethod.setName, serializeName(name));
}
Sets the name for the device.
static void setName(String name) {
_invokeSdkVoidMethod(SdkMethod.setName, serializeName(name));
}