Releases the resources used by the TextToSpeech engine.
Syntax
[Android.Runtime.Register("shutdown", "()V", "GetShutdownHandler")] public virtual voidShutdown ()
Remarks
Releases the resources used by the TextToSpeech engine.
It is good practice for instance to call this method in the onDestroy() method of an Activity
so the TextToSpeech engine can be cleanly stopped.