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