receivedData property

Map<String, dynamic> get receivedData

A Map<String, dynamic> represents the received application context on this respective application.

Implementation

Map<String, dynamic> get receivedData => _receivedContext;