isBoxOpen abstract method

bool isBoxOpen(
  1. String name
)

Check if a box is open in the isolate

Implementation

bool isBoxOpen(String name);