createAlertMessage static method
Implementation
static Message createAlertMessage(String targetId, ChatType chatType,
{Map<String, String>? params}) {
return Message.createCustomSendMessage(
targetId: targetId,
event: alertCustomMessageKey,
chatType: chatType,
params: params);
}