capacitor-community/text-to-speech

feat: onEnd event is required

subhankhalid402 opened this issue · 1 comments

Is your feature request related to a problem? Please describe:

Describe the solution you'd like:

Describe alternatives you've considered:

Additional context:

I am closing this issue because it is missing relevant information.
You already know when the speak(...) method is finished (if that's what you mean), because a Promise is returned, which only resolves when the operation is finished.