checkServerForUpdate method
Future<UpdateManifest?>
checkServerForUpdate({
- required String channel,
- required String branch,
- required String runtimeFingerprint,
- required String deviceId,
override
Queries the update server for an available update manifest matching channel, branch, and runtimeFingerprint.
Implementation
@override
Future<UpdateManifest?> checkServerForUpdate({
required String channel,
required String branch,
required String runtimeFingerprint,
required String deviceId,
}) async {
return mockAvailableManifest;
}