messageStyleFunc method
Sets the message style function for per-line styling.
Implementation
Alert messageStyleFunc(AlertStyleFunc func) {
_messageStyleFunc = func;
return this;
}
Sets the message style function for per-line styling.
Alert messageStyleFunc(AlertStyleFunc func) {
_messageStyleFunc = func;
return this;
}