WebInitializationSettings class

Web-specific initialization settings for the flutter_local_notifications plugin.

This class is currently a placeholder that follows the federated plugin pattern established by other platforms (e.g., AndroidInitializationSettings, DarwinInitializationSettings). Future versions may add web-specific configuration options such as custom service worker paths or notification permission request timing.

Constructors

WebInitializationSettings()
Creates a new instance of WebInitializationSettings.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited