menu
flutter_gemma package
documentation
model_file_manager_interface.dart
ModelFileManager
isModelInstalled abstract method
isModelInstalled abstract method
dark_mode
light_mode
isModelInstalled
abstract method
Future
<
bool
>
isModelInstalled
(
ModelSpec
spec
)
Check if a model is installed and valid
Implementation
Future<bool> isModelInstalled(ModelSpec spec);
flutter_gemma package
documentation
model_file_manager_interface
ModelFileManager
isModelInstalled abstract method
ModelFileManager class