For the complete documentation index, see llms.txt. This page is also available as Markdown.

Launch notification

If the application was launched from a notification you can retrieve the data of the notification like this, this will be null if the application was launched normally:

Map<String, dynamic> launchNotification = await MPush.launchNotification();
print(launchNotification);

Last updated