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