clientId property
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:
- Platform Integration, where you can find the details about the configuration files.
Implementation
final String? clientId;