onMessage property
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();
StreamController for adding messages received while the app is in the foreground.
static final StreamController<Map<String, dynamic>> onMessage =
StreamController<Map<String, dynamic>>.broadcast();