connect method
override
Method for connecting the file system.
Implementation
@override
void connect() {
if (!root.existsSync()) {
root.createSync();
}
}
Method for connecting the file system.
@override
void connect() {
if (!root.existsSync()) {
root.createSync();
}
}