isBoxOpen abstract method

bool isBoxOpen(
  1. String name
)

Checks if a specific box is currently open.

Implementation

bool isBoxOpen(String name);