payload property

Map<String, dynamic>? payload
getter/setter pair

Contains a Map of the notification that launched the app.

Implementation

late Map<String, dynamic>? payload;