PackagesInfoPlatform class abstract

Application metadata provider. Provides application bundle information on iOS and application package information on Android.

Implementers

Constructors

PackagesInfoPlatform()

Properties

hashCode int
The hash code for this object.
no setterinherited
isMock bool
Only mock implementations should set this to true.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getInstalledPackages([Options options = const Options()]) Future<Iterable<Package>>
Return a List of all packages that are installed & available for the current user.
getPackageInfo(String packageIdentifier, [Options options = const Options()]) Future<Package>
Retrieve overall information about a package that is installed on the system and is available to the current user.
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

Static Properties

instance PackagesInfoPlatform
The default instance of PackagesInfoPlatform to use.
getter/setter pair