WebStore class

Web Store

Web Store helper methods.

Inheritance

Properties

apps List<AppInfo>
The applications supported by the current platform.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
options List<AppInfo>
The application options presented to the user when connecting. Returns an empty list on platforms that support app disambiguation natively.
no setteroverride
platform String
The platform name.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

badge(Brightness brightness) AssetImage
Returns the store badge for brightness.
inherited
info(String host) AppInfo?
Returns the application information by host name.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open([AppInfo? info]) Future<bool>
Launches the application store for app info and returns true if successful.
inherited
toString() String
A string representation of this object.
inherited
uri(AppInfo info) Uri
Returns the application store uri for app info.
override

Operators

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

Static Properties

instance WebStore
An instance of WebStore.
no setter