String gravatarProfileVCFUrl({ String? scheme, }) { final url = Gravatar(this).profileVCF( scheme: scheme, ); return url.toString(); }