ConfigureOptionsTextToSpeechClient constructor

ConfigureOptionsTextToSpeechClient(
  1. TextToSpeechClient innerClient, {
  2. required void configure(
    1. TextToSpeechOptions
    ),
})

Implementation

ConfigureOptionsTextToSpeechClient(
  super.innerClient, {
  required void Function(TextToSpeechOptions) configure,
}) : _configure = configure;