UNotificationUpdateParams.fromJson constructor

UNotificationUpdateParams.fromJson(
  1. String str
)

Implementation

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