synch method

  1. @override
Future synch()
override

Implementation

@override
synch() async {
  complete();
  //distribute();
  if (!(await ready)) throw ('Item not ready');

  //if (kind == FKind.tmp) return;
  await super.synch();
}