resume property
resume can be used to attempt to continue a stream after a disconnection event. If a session is not found, a new one will be created and returned.
Implementation
@$pb.TagNumber(1)
$core.String get resume => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set resume($core.String v) { $_setString(0, v); }