Please help!
Push notification is not working on any mobile device. I tries whole day to solve this problem. Please help me.
addNotification({
title: 'Test',
message: 'Message',
theme: 'darkblue',
duration: 5000,
native: true,
silent: false
});
What is wrong in my code?