StoreInfo class abstract

Store Info

An interface for application store information.

Implementers

Constructors

StoreInfo(String platform)
Creates an application store information instance.
const

Properties

apps List<AppInfo>
The applications supported by the current platform.
no setter
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 setter
platform String
The platform name.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

badge(Brightness brightness) AssetImage
Returns the store badge for brightness.
info(String host) AppInfo?
Returns the application information by host name.
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.
toString() String
A string representation of this object.
inherited
uri(AppInfo info) Uri
Returns the application store uri for app info.

Operators

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