UNotificationCreateParams.fromJson constructor

UNotificationCreateParams.fromJson(
  1. String str
)

Implementation

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