onMessage property

StreamController<Map<String, dynamic>> onMessage
final

StreamController for adding messages received while the app is in the foreground.

Implementation

static final StreamController<Map<String, dynamic>> onMessage =
    StreamController<Map<String, dynamic>>.broadcast();