UNotificationReadParams.fromJson constructor

UNotificationReadParams.fromJson(
  1. String str
)

Implementation

factory UNotificationReadParams.fromJson(String str) => UNotificationReadParams.fromMap(json.decode(str));