done property

Future<Object?> get done

Implementation

Future<Object?> get done {
  return _done.future;
}