menu
flutter_gemma package
documentation
core/registry/tts_backend_provider.dart
TtsBackendProvider
canHandle abstract method
canHandle abstract method
dark_mode
light_mode
canHandle
abstract method
bool
canHandle
(
TtsModelSpec
spec
)
Whether this backend can serve
spec
. Probed by the registry.
Implementation
bool canHandle(TtsModelSpec spec);
flutter_gemma package
documentation
core/registry/tts_backend_provider
TtsBackendProvider
canHandle abstract method
TtsBackendProvider class