take method

  1. @override
Box take(
  1. Box box
)
override

Take another box then return the old box.

Implementation

@override
Box take(Box box) => throw BreakingVowException();