Stops native TTS playback.
@override Future<void> stopSpeaking() { return methodChannel.invokeMethod<void>('stopSpeaking'); }