UpdateChecker class

Constructors

UpdateChecker()

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

checkForUpdates(String storeURL) Future<bool>
this method is for getting current app version and match it with store version pass play store URL or app store URL according to your Device URL Note: take app URL from browser android like that: https://play.google.com/store/apps/details?id=YOUR_ID iOs like that: https://apps.apple.com/eg/app/levc/idYOUR_ID
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