alice
alice copied to clipboard
Alice on tap notification on both android and ios is not woking
#Alice 0.4.1 Alice notification on tap is calling my local onDidReceiveNotificationResponse
...... flutterLocalNotificationPlugin.initialize(initializationSettings, onDidReceiveNotificationResponse: (detail) { onSelectNotification("payload"); });
static Future onSelectNotification(String? payload) async { debugPrint("local noti"); if (payload != null) print('Get payload $payload'); } .....
It is using my onDidReceiveNotificationResponse instead of calling Alice core.