WindowsInitializationSettings class
Plugin initialization settings for Windows.
Constructors
- WindowsInitializationSettings.new({required String appName, required String appUserModelId, required String guid, String? iconPath})
-
Creates a new settings object for initializing this plugin on Windows.
const
Properties
- appName → String
-
The name of the app that should be shown in the notification toast.
final
- appUserModelId → String
-
The unique app user model ID that identifies the app,
in the form of CompanyName.ProductName.SubProduct.VersionInformation.
final
- guid → String
-
The GUID that identifies the notification activation callback.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iconPath → String?
-
The path to the icon of the notification.
final
- 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