WebpushNotification.fromRawJson constructor

WebpushNotification.fromRawJson(
  1. String str
)

Implementation

factory WebpushNotification.fromRawJson(String str) =>
    WebpushNotification.fromJson(json.decode(str));