appFileDir property
Directory
get
appFileDir
Implementation
static Directory get appFileDir {
if (_appFileDir == null) {
throw Exception('app file directory not initialized. Call init() first.');
}
return _appFileDir!;
}