imranshadgoally

Results 1 comments of imranshadgoally

@infiniteline @revosambat Try with adding channelId and channelName like this ` channelId: 'default-channel', // (required) channelName: 'Default Channel', // (required)` i.e ` PushNotification.localNotificationSchedule({ channelId: 'default-channel', // (required) channelName: 'Default Channel',...