appInstanceId property
Unique id for this instance of the app. Example: "71683BF9FA3B4B0D9535A1F05188BAF3"
Implementation
@$pb.TagNumber(2)
$core.String get appInstanceId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set appInstanceId($core.String v) {
$_setString(1, v);
}