close abstract method
Closes the box.
Be careful, this closes all instances of this box. You have to make sure that you don't access the box anywhere else after that.
Implementation
Future<void> close();
Closes the box.
Be careful, this closes all instances of this box. You have to make sure that you don't access the box anywhere else after that.
Future<void> close();