isUseful method

bool isUseful()

当前context是否可用(mounted)

Implementation

bool isUseful() {
  return mounted;
}