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