menu
flutter_gemma package
documentation
core/services/protected_files_registry.dart
ProtectedFilesRegistry
isProtected abstract method
isProtected abstract method
dark_mode
light_mode
isProtected
abstract method
Future
<
bool
>
isProtected
(
String
filename
)
Checks if a file is protected
Implementation
Future<bool> isProtected(String filename);
flutter_gemma package
documentation
core/services/protected_files_registry
ProtectedFilesRegistry
isProtected abstract method
ProtectedFilesRegistry class