AppUpdates class
An optional value that will force the plugin to always return forceAppVersion
as the value of storeVersion
. This can be useful to test the plugin's behavior
before publishing a new version.
Constructors
- AppUpdates({String? androidPackageName, String? iosPackageName, String? iosAppStoreCountry, String? forceAppVersion})
Properties
- androidPackageName → String?
-
final
- forceAppVersion → String?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- iosAppStoreCountry → String?
-
final
- iosPackageName → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
showUpdateAlert(
{required BuildContext context, String? dialogTitle, String? dialogText, String? updateButtonText, bool? allowDismissal, String? dismissButtonText, VoidCallback? dismissAction}) → dynamic - Shows the user a platform-specific alert about the app update. The user can dismiss the alert or proceed to the app store.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited