isHiding method

bool isHiding()

Implementation

bool isHiding() {
  if (flushbarRoute == null) {
    return false;
  }
  return flushbarRoute?.currentStatus == FlushbarStatus.IS_HIDING;
}