onRetenoCustomNotificationReceived property

Stream<Map<String, dynamic>> get onRetenoCustomNotificationReceived

Platform-specific stream for custom push payload callbacks (currently Android SDK event source).

Implementation

static Stream<Map<String, dynamic>> get onRetenoCustomNotificationReceived =>
    _platform.onRetenoCustomNotificationReceived.stream;