AppInstallerPlusPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- AppInstallerPlusPlatform
- Implementers
Constructors
- AppInstallerPlusPlatform()
- Constructs a AppInstallerPlusPlatform.
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
-
downloadAndInstallApk(
{required String downloadFileUrl, void onError(String error)?, void onProgress(double progress)?, String? downloadFileName}) → Future< void> -
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 ↔ AppInstallerPlusPlatform
-
The default instance of AppInstallerPlusPlatform to use.
getter/setter pair