nextEnclst method

Future<Enclst> nextEnclst(
  1. String path, {
  2. String v_root = "",
})

Implementation

Future<Enclst> nextEnclst(String path, {String v_root = ""}) async {
  final nextfilepath = nextFilePath(path, v_root: v_root);
  return await createFromURL(nextfilepath);
}