OSNotificationReceivedEvent constructor

OSNotificationReceivedEvent(
  1. Map<String, dynamic> json
)

Implementation

OSNotificationReceivedEvent(Map<String, dynamic> json) {
  notification = OSNotification(json);
}