getLatestVersion property

Future<String?> Function() getLatestVersion
final

This function will be invoked to ckeck if there is a new version available. The return string must be a semantic version.

Implementation

final Future<String?> Function() getLatestVersion;