getGoogleClientId static method

String getGoogleClientId(
  1. String clientId
)

Implementation

static String getGoogleClientId(String clientId) =>
    "${_cleanseClientId(clientId)}.apps.googleusercontent.com";