BorneoPackagesInterface class abstract
An abstract interface that defines the contract for interacting with Borneo packages. This interface provides a method to retrieve a list of installed applications.
- Implementers
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- methodChannel → MethodChannel
-
The method channel used to invoke methods on the native platform.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getIcon(
String packageName) → Future< Uint8List> - Retrieves the icon of the specified package.
-
getInstalledApps(
[bool fetchIcons = false]) → Future< List< AppPackage> > - Retrieves a list of installed applications.
-
getPackageInfo(
String packageName) → Future< AppPackage> - Retrieves detailed information about the specified package.
-
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