BorneoPackages class

A class for managing installed app packages and retrieving their information.

Inheritance

Constructors

BorneoPackages.new()

Properties

hashCode int
The hash code for this object.
no setterinherited
methodChannel MethodChannel
The method channel used to invoke methods on the native platform.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getIcon(String packageName) Future<Uint8List>
Retrieves the icon of the app with the given packageName.
override
getInstalledApps([bool fetchIcons = false]) Future<List<AppPackage>>
Retrieves a list of installed apps on the device.
override
getPackageInfo(String packageName) Future<AppPackage>
Retrieves detailed information about the app with the given packageName.
override
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