yii2-toastr
yii2-toastr copied to clipboard
Set Both Title and Message
I can't see that how to set both title and message from controller in documentation.
\Yii::$app->session->setFlash('error', 'This is the title');
// This is title only
#Thankx
the method setFlash does not have the ability to specify additional options.