CheckProvider class
The CheckProvider class is responsible for handling update checks for different platforms.
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
- 
  checkAndroidUpdate(Map< String, dynamic> androidData, PackageInfo packageInfo, bool allowSkip, BuildContext context, DownloadState downloadState, UpdateCenterConfig config, String downloadUrl) → Future<bool> 
- Checks for an available update for Android platform and shows update dialog if necessary.
- 
  checkWindowsUpdate(Map< String, dynamic> windowsData, PackageInfo packageInfo, bool allowSkip, BuildContext context, DownloadState downloadState, UpdateCenterConfig config, String downloadUrl) → Future<bool> 
- Checks for an available update for Windows platform and shows update dialog if necessary.
- 
  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