isDirectorySync method
Synchronously checks if type(path) returns
io.FileSystemEntityType.DIRECTORY.
Implementation
@override
bool isDirectorySync(String path) =>
throw UnimplementedError('Sync operations not supported');
Synchronously checks if type(path) returns
io.FileSystemEntityType.DIRECTORY.
@override
bool isDirectorySync(String path) =>
throw UnimplementedError('Sync operations not supported');