setFirstName method
Implementation
void setFirstName(String firstName, String appId) {
_channel.invokeMethod(
methodSetUserAttribute,
_getUserAttributePayloadJson(
userAttrNameFirstName, userAttrTypeGeneral, firstName, appId));
}