diff --git a/lib/features/chat/providers/text_to_speech_provider.dart b/lib/features/chat/providers/text_to_speech_provider.dart index a68aff4..8ed89c1 100644 --- a/lib/features/chat/providers/text_to_speech_provider.dart +++ b/lib/features/chat/providers/text_to_speech_provider.dart @@ -78,7 +78,7 @@ class TextToSpeechState { } class TextToSpeechController extends Notifier { - late final TextToSpeechService _service; + late TextToSpeechService _service; bool _handlersBound = false; Future? _initializationFuture;