AuthSessionClientInfo constructor
const
AuthSessionClientInfo({
- String? platform,
- String? os,
- String? browser,
- AuthSessionLocation? location,
Implementation
const AuthSessionClientInfo({
this.platform,
this.os,
this.browser,
this.location,
});