googleAuth property

GoogleSignIn googleAuth

Implementation

GoogleSignIn get googleAuth =>
    _googleAuth ??= GoogleSignIn(scopes: ['email']);