stop method

Future<bool?> stop()

Stop current utterance immediately

Implementation

Future<bool?> stop() => TextToSpeechPlatform.instance.stop();