setUserId method
Implementation
TurboLinkDeepLinkProperties setUserId(String userId) {
_deeplinkProperties["userId"] = userId;
return this;
}
TurboLinkDeepLinkProperties setUserId(String userId) {
_deeplinkProperties["userId"] = userId;
return this;
}