ApkBackup class

This class handles all backups logic that is implemented by the plugin.

Constructors

ApkBackup()

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

makeBackup(String packageName) Future<String?>
This method creates "backups" folder if not exists under your app files folder and saves a backup apk of the specified app.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restoreAppFromBackup(String apkPath) Future<String>
This method prompts a dialog to the user that asks for his confirmation to install the backup apk from the specified path.
toString() String
A string representation of this object.
inherited

Operators

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