Hello,
When I click on a notification, it launch onResume, but when the onResume void open a new page, onResume is looped. It's the same thing with onLaunch…
Future<void> notificationClick(Map<dynamic, dynamic> message, context) async { print('notifClick'); Navigator.pushNamed(context, 'test'); }
Hello,
When I click on a notification, it launch onResume, but when the onResume void open a new page, onResume is looped. It's the same thing with onLaunch…
Future<void> notificationClick(Map<dynamic, dynamic> message, context) async { print('notifClick'); Navigator.pushNamed(context, 'test'); }