clientId property

String clientId

Implementation

String get clientId =>
    ThirdPartyCreds.googleSignIn.credentials.clientId ??
    (throw Exception("You didn't set the google clientId propertly"));