removePane method

void removePane(
  1. String paneId
)

Implementation

void removePane(String paneId) {
  panesData.remove(paneId);
}