getChangelog property

(Future<String?> Function(String latestVersion, String appVersion)?) getChangelog
final

This function will be invoked if there is a new release to get the changes.

Implementation

final Future<String?> Function(
  String latestVersion,
  String appVersion,
)? getChangelog;