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