checkServerForUpdate abstract method
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,
});