ResendContactsClient constructor

ResendContactsClient({
  1. required String apiKey,
})

Constructor of ResendContactsClient

Implementation

ResendContactsClient({
  required String apiKey,
}) : _apiKey = apiKey;