feat: Add notification shortcuts to android
This commit is contained in:
parent
aa68e8fe3b
commit
dee9323d47
6 changed files with 96 additions and 29 deletions
|
|
@ -159,9 +159,8 @@ abstract class ClientManager {
|
|||
body,
|
||||
const NotificationDetails(
|
||||
android: AndroidNotificationDetails(
|
||||
AppConfig.pushNotificationsChannelId,
|
||||
AppConfig.pushNotificationsChannelName,
|
||||
channelDescription: AppConfig.pushNotificationsChannelDescription,
|
||||
'error_message',
|
||||
'Error Messages',
|
||||
importance: Importance.max,
|
||||
priority: Priority.max,
|
||||
fullScreenIntent: true, // To show notification popup
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue