SeasonalAppIconPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- SeasonalAppIconPlatform
- Implementers
Constructors
- SeasonalAppIconPlatform()
- Constructs a SeasonalAppIconPlatform.
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
-
getAvailableIcons(
) → Future< List< String> > - Gets a list of available alternate icon names.
-
getCurrentIcon(
) → Future< String?> - Gets the current app icon name.
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setIcon(
String? iconName) → Future< Map< String, dynamic> > - Sets the app icon to the specified icon name.
-
supportsAlternateIcons(
) → Future< bool> - Checks if the app supports alternate icons.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ SeasonalAppIconPlatform
-
The default instance of SeasonalAppIconPlatform to use.
getter/setter pair