ApkScouter class
This class is specialized for all the info gathering logic of the plugin.
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
getBackups(
) → Future< Map?> - This method gets a map of all stored backups in the "backups" folder under your app files represented as the packageName as key and the apkPath as value.
-
getInstalledApps(
{bool includeSystemApps = false, bool onlyIncludeAppsWithLaunchIntent = true, bool includeAppIcon = false}) → Future< List< App> > - This method gets a list of all installed apps including appName, packageName, versionName, decodedIcon, installDate and lastUpdateDate.
-
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