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