currentVersion property
The current version of the app. if currentVersion is null the currentVersion will take the Flutter package version
Implementation
final String? currentVersion;
The current version of the app. if currentVersion is null the currentVersion will take the Flutter package version
final String? currentVersion;