setUserId method
Implementation
void setUserId(final String identity) {
try {
if (identity.isNotNullAndEmpty) {
_channel.invokeMethod('setUserId', identity);
}
} on Exception catch (e) {
Logger.i("$e Error in addPxIdentity");
}
}