isShowing method

bool isShowing()

Checks if the AwesomeMessage is visible

Implementation

bool isShowing() {
  return _awesomeMessageRoute?.currentStatus == AwesomeMessageStatus.SHOWING;
}