ProCredentials constructor
ProCredentials({
- required String apiKey,
Creates an instance of ProCredentials.
The apiKey
parameter is required and is used to authenticate API requests.
Implementation
ProCredentials({
required super.apiKey,
}) {}