checkServerForUpdate abstract method

Future<UpdateManifest?> checkServerForUpdate({
  1. required String channel,
  2. required String branch,
  3. required String runtimeFingerprint,
  4. required String deviceId,
})

Queries the update server for an available update manifest matching channel, branch, and runtimeFingerprint.

Implementation

Future<UpdateManifest?> checkServerForUpdate({
  required String channel,
  required String branch,
  required String runtimeFingerprint,
  required String deviceId,
});