done property

Future<Object?> get done

Implementation

Future<Object?> get done {
  return _room.waitForClose().then<Object?>((_) => null);
}