DesktopUpdaterPlatform class abstract
- Inheritance
-
- Object
- PlatformInterface
- DesktopUpdaterPlatform
- Implementers
Constructors
- DesktopUpdaterPlatform.new()
- Constructs a DesktopUpdaterPlatform.
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
-
generateFileHashes(
{String? path}) → Future< void> -
getCurrentVersion(
) → Future< String?> -
getExecutablePath(
) → Future< String?> -
getPlatformVersion(
) → Future< String?> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
prepareUpdateApp(
{required String remoteUpdateFolder}) → Future< List< FileHashModel?> > -
restartApp(
) → Future< void> -
sayHello(
) → Future< String?> -
toString(
) → String -
A string representation of this object.
inherited
-
updateApp(
{required String remoteUpdateFolder}) → Future< void> -
verifyFileHash(
String oldHashFilePath, String newHashFilePath) → Future< List< FileHashModel?> >
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- instance ↔ DesktopUpdaterPlatform
-
The default instance of DesktopUpdaterPlatform to use.
getter/setter pair