menu
da_gen package
documentation
data/data_sources/file_system_data_source.dart
FileSystemDataSource
createDirectoryIfNotExists abstract method
createDirectoryIfNotExists abstract method
dark_mode
light_mode
createDirectoryIfNotExists
abstract method
void
createDirectoryIfNotExists
(
{
required
String
path
,
})
디렉토리가 없으면 생성합니다.
Implementation
void createDirectoryIfNotExists({required String path});
da_gen package
documentation
data/data_sources/file_system_data_source
FileSystemDataSource
createDirectoryIfNotExists abstract method
FileSystemDataSource class