response method

Map<String, dynamic> response()

Contains details of the notification that launched the app.

Implementation

Map<String, dynamic> response() => {'type': type, 'value': value};