userAgent property

void userAgent=(String? value)

Sets the user agent sent in requests to snapd.

Implementation

set userAgent(String? value) => _userAgent = value;