isRelevaMessage static method
Implementation
static bool isRelevaMessage(RemoteMessage message) {
return message.data['click_action'] == 'RELEVA_NOTIFICATION_CLICK';
}
static bool isRelevaMessage(RemoteMessage message) {
return message.data['click_action'] == 'RELEVA_NOTIFICATION_CLICK';
}