menu
ai_translation_generator package
documentation
services/config_service.dart
ConfigService
getCurrentDirectory method
getCurrentDirectory method
dark_mode
light_mode
getCurrentDirectory
method
String
getCurrentDirectory
(
)
Get the current working directory
Implementation
String getCurrentDirectory() { return Directory.current.path; }
ai_translation_generator package
documentation
services/config_service
ConfigService
getCurrentDirectory method
ConfigService class