callOptions property

  1. @override
CallOptions callOptions
override

Returns the CallOptions of the created service account. These can then be used to initialize a new SpeechClient.

Implementation

@override
CallOptions get callOptions => _authenticator.toCallOptions;