WebNotification constructor
WebNotification({ - WebUri? badgeUri,
- String? body,
- WebUri? bodyImageUri,
- TextDirectionKind? direction,
- WebUri? iconUri,
- bool? isSilent,
- String? language,
- bool? requiresInteraction,
- bool? shouldRenotify,
- String? tag,
- double? timestamp,
- String? title,
- List<int>? vibrationPattern,
})
Implementation
WebNotification({
this.badgeUri,
this.body,
this.bodyImageUri,
this.direction,
this.iconUri,
this.isSilent,
this.language,
this.requiresInteraction,
this.shouldRenotify,
this.tag,
this.timestamp,
this.title,
this.vibrationPattern,
});