context property

Map<String, dynamic> context
final

Contextual configuration values for each ApplicationChannel.

This is a user-specific set of configuration options provided by ApplicationChannel.initializeApplication. Each instance of ApplicationChannel has access to these values if set.

Implementation

final Map<String, dynamic> context = {};