ResendContactsClient constructor
ResendContactsClient({
- required String apiKey,
Constructor of ResendContactsClient
Implementation
ResendContactsClient({
required String apiKey,
}) : _apiKey = apiKey;