fix: change service declaration to non-late initialization in TextToSpeechController
This commit is contained in:
@@ -78,7 +78,7 @@ class TextToSpeechState {
|
|||||||
}
|
}
|
||||||
|
|
||||||
class TextToSpeechController extends Notifier<TextToSpeechState> {
|
class TextToSpeechController extends Notifier<TextToSpeechState> {
|
||||||
late final TextToSpeechService _service;
|
late TextToSpeechService _service;
|
||||||
bool _handlersBound = false;
|
bool _handlersBound = false;
|
||||||
Future<bool>? _initializationFuture;
|
Future<bool>? _initializationFuture;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user