clientId property

String? clientId
final

The OAuth client ID of the app.

The default is null, which means that the client ID will be sourced from a configuration file, if required on the current platform. A value specified here takes precedence over a value specified in a configuration file. See also:

Implementation

final String? clientId;