mountDirectory abstract method
Mounts local directory localDir onto target (<node>:<remote-path>).
Implementation
Future<MountRecord> mountDirectory({
required String localDir,
required String target,
String? name,
bool rw = false,
bool initialSync = true,
List<String> include = const [],
List<String> exclude = const [],
});