data property

Map<String, dynamic>? data
final

Optional user-provided data for this message.

On Android, data is retrieved from Intent.getExtras and sent using Intent.putExtra.

On iOS, data is retrieved from NSNotification.userInfo and sent using the same property.

Implementation

final Map<String, dynamic>? data;