I have url endpoint that can handling a message and return the message response. can you add something like this
Reflex reflex = Reflex(
debug: true,
packageNameList: ["com.whatsapp", "com.tyup"],
packageNameExceptionList: ["com.android.systemui"],
autoReplyEndpoint: urlEndpoint
);