yield call()

in src/app/devices/cloudToDeviceMessage/saga.ts [19:29]


        yield call(raiseNotificationToast, {
            id: toastId,
            text: {
                translationKey: ResourceKeys.notifications.sendingCloudToDeviceMessage,
                translationOptions: {
                    deviceId: action.payload.deviceId,
                    message: action.payload.body
                },
            },
            type: NotificationType.info,
        });