GoogleCollectOptions class

구글 수집 옵션

Constructors

GoogleCollectOptions({bool email = true, bool profile = true, bool openid = true})
const

Properties

email → bool
이메일 수집 (기본: true)
final
hashCode → int
The hash code for this object.
no setterinherited
openid → bool
OpenID Connect 사용 (기본: true)
final
profile → bool
프로필 정보 수집 (기본: true)
final
runtimeType → Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toScopes() → List<String>
scope 문자열 목록 생성
toString() → String
A string representation of this object.
inherited

Operators

operator ==(Object other) → bool
The equality operator.
inherited

Constants

defaults → const GoogleCollectOptions
기본 옵션