UNotificationUpdateParams.fromJson constructor
UNotificationUpdateParams.fromJson(
- String str
Implementation
factory UNotificationUpdateParams.fromJson(String str) => UNotificationUpdateParams.fromMap(json.decode(str));