removePage static method

dynamic removePage(
  1. String tag
)

Implementation

static removePage(String tag){
   pageList.remove(tag);
}