onBackgroundEventReceived property

EventHandler? onBackgroundEventReceived
final

Handler called whenever the client receives a new Event while the app is in background. Can be used to display various notifications depending upon the Event.type

Implementation

final EventHandler? onBackgroundEventReceived;