setMetadata method Null safety
- JSONObject data
Sets the metadata for the device.
Implementation
static void setMetadata(JSONObject data) {
_invokeSdkVoidMethod(SdkMethod.setMetadata, serializeMetadata(data));
}
Sets the metadata for the device.
static void setMetadata(JSONObject data) {
_invokeSdkVoidMethod(SdkMethod.setMetadata, serializeMetadata(data));
}