important() public method

Add an "important" flash to the session.
public important ( )
 /**
  * Add an "important" flash to the session.
  *
  * @return $this 
  * @static 
  */
 public static function important()
 {
     return \Laracasts\Flash\FlashNotifier::important();
 }