UpdateServiceNotification constructor

UpdateServiceNotification(
  1. {required String type,
  2. required MessageContent content,
  3. int? extra,
  4. int? clientId}
)

A service notification from the server was received. Upon receiving this the application must show a popup with the content of the notification

Implementation

UpdateServiceNotification