TF-1248: enable handle push notification IOS

This commit is contained in:
ManhNTX
2022-12-10 07:53:07 +07:00
committed by Dat H. Pham
parent 57a036299a
commit 986414feb1
7 changed files with 56 additions and 45 deletions
@@ -133,8 +133,8 @@ class LocalNotificationManager {
await _localNotificationsPlugin.show(
id.hashCode,
null,
null,
title,
message,
LocalNotificationConfig.instance.generateNotificationDetails(styleInformation: inboxStyleInformation),
payload: payload
);